Skip to content

Commit f45952d

Browse files
sattvikcSattvik
andauthored
fix: version bump (#1135)
Co-authored-by: Sattvik <[email protected]>
1 parent bd5a279 commit f45952d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10-
## [10.1.2]
10+
## [10.1.3]
11+
12+
- Version bumped for re-release
1113

14+
## [10.1.2]
1215

1316
- Adds user_id index to the user roles table
1417
- Adds more debug logging to bulk migration

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" }
1919
// }
2020
//}
2121

22-
version = "10.1.2"
22+
version = "10.1.3"
2323

2424
repositories {
2525
mavenCentral()

0 commit comments

Comments
 (0)