Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](1.3.1...1.4.0) (2024-08-27)

### Bug Fixes

* use get request for remote fetch ([#29](#29)) ([6c2fc3a](6c2fc3a))

### Features

* local evaluation cohorts support ([#28](#28)) ([d2d5213](d2d5213))
  • Loading branch information
amplitude-sdk-bot committed Aug 27, 2024
1 parent 3c50a61 commit e0962e0
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.4.0](https://github.com/amplitude/experiment-jvm-server/compare/1.3.1...1.4.0) (2024-08-27)


### Bug Fixes

* use get request for remote fetch ([#29](https://github.com/amplitude/experiment-jvm-server/issues/29)) ([6c2fc3a](https://github.com/amplitude/experiment-jvm-server/commit/6c2fc3ab7d152cdbfbcccf8d6dee761b9d3ffe73))


### Features

* local evaluation cohorts support ([#28](https://github.com/amplitude/experiment-jvm-server/issues/28)) ([d2d5213](https://github.com/amplitude/experiment-jvm-server/commit/d2d5213b57f60ed5d032ebcbbd91487ec8ca7fc9))

## [1.3.1](https://github.com/amplitude/experiment-jvm-server/compare/1.3.0...1.3.1) (2024-05-23)


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

group = "com.amplitude"
version = "1.3.1"
version = "1.4.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.3.1"
internal const val LIBRARY_VERSION = "1.4.0"

object Experiment {

Expand Down

0 comments on commit e0962e0

Please sign in to comment.