Skip to content

Commit ea26713

Browse files
chore(release): 1.6.3 [skip ci]
## [1.6.3](1.6.2...1.6.3) (2025-08-20) ### Bug Fixes * update to maven central; update kotlin; fix serialization ([857b019](857b019))
1 parent 3540dab commit ea26713

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.3](https://github.com/amplitude/experiment-jvm-server/compare/1.6.2...1.6.3) (2025-08-20)
2+
3+
4+
### Bug Fixes
5+
6+
* update to maven central; update kotlin; fix serialization ([857b019](https://github.com/amplitude/experiment-jvm-server/commit/857b0194e3a960dfd14912b274e7295e4ad4de0d))
7+
18
## [1.6.2](https://github.com/amplitude/experiment-jvm-server/compare/1.6.1...1.6.2) (2025-08-15)
29

310

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
// Publishing
4545

4646
group = "com.amplitude"
47-
version = "1.6.2"
47+
version = "1.6.3"
4848

4949
mavenPublishing {
5050
coordinates(

src/main/kotlin/Experiment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.amplitude.experiment.util.Logger
44
import com.amplitude.experiment.util.SystemLogger
55
import java.util.concurrent.Executors
66

7-
internal const val LIBRARY_VERSION = "1.6.2"
7+
internal const val LIBRARY_VERSION = "1.6.3"
88

99
object Experiment {
1010

0 commit comments

Comments
 (0)