Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](1.2.1...1.2.2) (2023-10-10)

### Bug Fixes

* Catch error in flag poller for local evaluation ([#13](#13)) ([5084ed2](5084ed2))
  • Loading branch information
amplitude-sdk-bot committed Oct 10, 2023
1 parent 5084ed2 commit 214e04c
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.2.2](https://github.com/amplitude/experiment-jvm-server/compare/1.2.1...1.2.2) (2023-10-10)


### Bug Fixes

* Catch error in flag poller for local evaluation ([#13](https://github.com/amplitude/experiment-jvm-server/issues/13)) ([5084ed2](https://github.com/amplitude/experiment-jvm-server/commit/5084ed287cb1865c48c05ad6d08965bae8eb0bd0))

## [1.2.1](https://github.com/amplitude/experiment-jvm-server/compare/1.2.0...1.2.1) (2023-09-19)


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

group = "com.amplitude"
version = "1.2.1"
version = "1.2.2"

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.2.1"
internal const val LIBRARY_VERSION = "1.2.2"

object Experiment {

Expand Down

0 comments on commit 214e04c

Please sign in to comment.