Skip to content

Commit

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

### Bug Fixes

* remove map based flag config storage ([#7](#7)) ([48c0628](48c0628))

### Features

* flag dependencies ([#6](#6)) ([63d7e46](63d7e46))
  • Loading branch information
amplitude-sdk-bot committed Mar 14, 2023
1 parent 48c0628 commit e7910ba
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.1.0](https://github.com/amplitude/experiment-jvm-server/compare/1.0.0...1.1.0) (2023-03-14)


### Bug Fixes

* remove map based flag config storage ([#7](https://github.com/amplitude/experiment-jvm-server/issues/7)) ([48c0628](https://github.com/amplitude/experiment-jvm-server/commit/48c0628d4989bc051e1cc4a5cc26706bd7013ce1))


### Features

* flag dependencies ([#6](https://github.com/amplitude/experiment-jvm-server/issues/6)) ([63d7e46](https://github.com/amplitude/experiment-jvm-server/commit/63d7e463b569eb1c6cf3329be0c6dda0f118be67))

# 1.0.0 (2023-01-27)


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

group = "com.amplitude"
version = "1.0.0"
version = "1.1.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.0.0"
internal const val LIBRARY_VERSION = "1.1.0"

object Experiment {

Expand Down

0 comments on commit e7910ba

Please sign in to comment.