Skip to content

Commit

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

### Bug Fixes

* add http proxy config to remote evaluation client ([#27](#27)) ([2b00d36](2b00d36))
  • Loading branch information
amplitude-sdk-bot committed May 23, 2024
1 parent 638dffc commit 464cbfb
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.3.1](https://github.com/amplitude/experiment-jvm-server/compare/1.3.0...1.3.1) (2024-05-23)


### Bug Fixes

* add http proxy config to remote evaluation client ([#27](https://github.com/amplitude/experiment-jvm-server/issues/27)) ([2b00d36](https://github.com/amplitude/experiment-jvm-server/commit/2b00d3660e28b271e3eeb6f81510e291fa9617bf))

# [1.3.0](https://github.com/amplitude/experiment-jvm-server/compare/1.2.7...1.3.0) (2024-02-29)


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

group = "com.amplitude"
version = "1.3.0"
version = "1.3.1"

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.0"
internal const val LIBRARY_VERSION = "1.3.1"

object Experiment {

Expand Down

0 comments on commit 464cbfb

Please sign in to comment.