Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.0...1.2.0) (2023-08-29)

### Bug Fixes

* move AssignmentConfiguration into separate file ([774a60d](774a60d))

### Features

* Automatic assignment tracking ([#10](#10)) ([1046e59](1046e59))
  • Loading branch information
amplitude-sdk-bot committed Aug 29, 2023
1 parent 83df4c9 commit 4a8107c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.2.0](https://github.com/amplitude/experiment-jvm-server/compare/1.1.0...1.2.0) (2023-08-29)


### Bug Fixes

* move AssignmentConfiguration into separate file ([774a60d](https://github.com/amplitude/experiment-jvm-server/commit/774a60d49a89765685cd3d09c4ccab1d465305aa))


### Features

* Automatic assignment tracking ([#10](https://github.com/amplitude/experiment-jvm-server/issues/10)) ([1046e59](https://github.com/amplitude/experiment-jvm-server/commit/1046e59864de6b49e4930583ca7e11beb1ffc248))

# [1.1.0](https://github.com/amplitude/experiment-jvm-server/compare/1.0.0...1.1.0) (2023-03-14)


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.1.0"
version = "1.2.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.1.0"
internal const val LIBRARY_VERSION = "1.2.0"

object Experiment {

Expand Down

0 comments on commit 4a8107c

Please sign in to comment.