Skip to content

Commit

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

### Bug Fixes

* update OkHttp to 4.12.0 ([#19](#19)) ([03db9cf](03db9cf))
  • Loading branch information
amplitude-sdk-bot committed Jan 31, 2024
1 parent 03db9cf commit 3a390b2
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.2.6](https://github.com/amplitude/experiment-jvm-server/compare/1.2.5...1.2.6) (2024-01-31)


### Bug Fixes

* update OkHttp to 4.12.0 ([#19](https://github.com/amplitude/experiment-jvm-server/issues/19)) ([03db9cf](https://github.com/amplitude/experiment-jvm-server/commit/03db9cf8c97141684ae6edc3fa2d8d73bae050fe))

## [1.2.5](https://github.com/amplitude/experiment-jvm-server/compare/1.2.4...1.2.5) (2024-01-29)


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.2.5"
version = "1.2.6"

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.2.5"
internal const val LIBRARY_VERSION = "1.2.6"

object Experiment {

Expand Down

0 comments on commit 3a390b2

Please sign in to comment.