Skip to content

Commit

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

### Bug Fixes

* bump amplitude java sdk version ([#34](#34)) ([70fdd1c](70fdd1c))
  • Loading branch information
amplitude-sdk-bot committed Oct 2, 2024
1 parent 70fdd1c commit fbd7b81
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.4.4](https://github.com/amplitude/experiment-jvm-server/compare/1.4.3...1.4.4) (2024-10-02)


### Bug Fixes

* bump amplitude java sdk version ([#34](https://github.com/amplitude/experiment-jvm-server/issues/34)) ([70fdd1c](https://github.com/amplitude/experiment-jvm-server/commit/70fdd1cfc595c3189d651323c7fdcec80bfe208f))

## [1.4.3](https://github.com/amplitude/experiment-jvm-server/compare/1.4.2...1.4.3) (2024-09-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.4.3"
version = "1.4.4"

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.3"
internal const val LIBRARY_VERSION = "1.4.4"

object Experiment {

Expand Down

0 comments on commit fbd7b81

Please sign in to comment.