Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Dec 13, 2024
2 parents d0d1dd8 + fc2ab18 commit 34cbe3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/amplitude/experiment-jvm-server/compare/1.5.0...1.6.0) (2024-12-12)


### Features

* add stop() for LocalEvaluationClient ([#38](https://github.com/amplitude/experiment-jvm-server/issues/38)) ([7b97728](https://github.com/amplitude/experiment-jvm-server/commit/7b97728ba25e33f21548cc01ad63982602a75646))

# [1.5.0](https://github.com/amplitude/experiment-jvm-server/compare/1.4.4...1.5.0) (2024-11-01)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
// Publishing

group = "com.amplitude"
version = "1.5.0"
version = "1.6.0"

nexusPublishing {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/Experiment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.amplitude.experiment.util.Logger
import com.amplitude.experiment.util.SystemLogger
import java.util.concurrent.Executors

internal const val LIBRARY_VERSION = "1.5.0"
internal const val LIBRARY_VERSION = "1.6.0"

object Experiment {

Expand Down

0 comments on commit 34cbe3c

Please sign in to comment.