Skip to content

Commit 1dbf0ee

Browse files
chore(release): 1.12.4 [skip ci]
## [1.12.4](v1.12.3...v1.12.4) (2024-10-10) ### Bug Fixes * use sendThreadPool in sendEvents ([#107](#107)) ([88a9589](88a9589))
1 parent 88a9589 commit 1dbf0ee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.12.4](https://github.com/amplitude/Amplitude-Java/compare/v1.12.3...v1.12.4) (2024-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* use sendThreadPool in sendEvents ([#107](https://github.com/amplitude/Amplitude-Java/issues/107)) ([88a9589](https://github.com/amplitude/Amplitude-Java/commit/88a9589811db2ff762c7b938dc3cd3ae2a1a61e7))
7+
18
## [1.12.3](https://github.com/amplitude/Amplitude-Java/compare/v1.12.2...v1.12.3) (2024-08-21)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARTIFACT_VERSION=1.12.3
1+
ARTIFACT_VERSION=1.12.4
22
ARTIFACT_GROUP=com.amplitude
33
POM_PACKAGING=jar
44
POM_DESCRIPTION=Amplitude Java SDK

src/main/java/com/amplitude/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public interface Constants {
66

77
int NETWORK_TIMEOUT_MILLIS = 10000;
88
String SDK_LIBRARY = "amplitude-java";
9-
String SDK_VERSION = "1.12.3";
9+
String SDK_VERSION = "1.12.4";
1010

1111
int MAX_PROPERTY_KEYS = 1024;
1212
int MAX_STRING_LENGTH = 1000;

0 commit comments

Comments
 (0)