Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](1.4.4...1.5.0) (2024-11-01)

### Bug Fixes

* CohortTooLargeException not thrown when in proxy mode ([#36](#36)) ([cc10582](cc10582))
* fix flag push fallback ([#37](#37)) ([2cf5b04](2cf5b04))
* remove OptIn annotation for cohort syncing ([#35](#35)) ([b5e0684](b5e0684))

### Features

* add flag push ([#30](#30)) ([27caeb5](27caeb5))
  • Loading branch information
amplitude-sdk-bot committed Nov 1, 2024
1 parent 2cf5b04 commit 519ae84
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.5.0](https://github.com/amplitude/experiment-jvm-server/compare/1.4.4...1.5.0) (2024-11-01)


### Bug Fixes

* CohortTooLargeException not thrown when in proxy mode ([#36](https://github.com/amplitude/experiment-jvm-server/issues/36)) ([cc10582](https://github.com/amplitude/experiment-jvm-server/commit/cc1058244582da6835f513c4598e5f66af5597d0))
* fix flag push fallback ([#37](https://github.com/amplitude/experiment-jvm-server/issues/37)) ([2cf5b04](https://github.com/amplitude/experiment-jvm-server/commit/2cf5b04584c716b71c79a91d4220075c12939042))
* remove OptIn annotation for cohort syncing ([#35](https://github.com/amplitude/experiment-jvm-server/issues/35)) ([b5e0684](https://github.com/amplitude/experiment-jvm-server/commit/b5e06848e2238fa450721e8c16e4b95d292f13e0))


### Features

* add flag push ([#30](https://github.com/amplitude/experiment-jvm-server/issues/30)) ([27caeb5](https://github.com/amplitude/experiment-jvm-server/commit/27caeb59e47a710e6a5c682c90e8f3240efce881))

## [1.4.4](https://github.com/amplitude/experiment-jvm-server/compare/1.4.3...1.4.4) (2024-10-02)


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.4.4"
version = "1.5.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.4.4"
internal const val LIBRARY_VERSION = "1.5.0"

object Experiment {

Expand Down

0 comments on commit 519ae84

Please sign in to comment.