Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.1...v1.12.0) (2023-08-03)

### Bug Fixes

* lock semantic-release-replace-plugin version to workaround error in the latest version ([#95](#95)) ([7c8fd83](7c8fd83))

### Features

* support setter for logMode and logLevel ([#94](#94)) ([d07f830](d07f830))
  • Loading branch information
amplitude-sdk-bot committed Aug 3, 2023
1 parent 7c8fd83 commit e7bf795
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.12.0](https://github.com/amplitude/Amplitude-Java/compare/v1.11.1...v1.12.0) (2023-08-03)


### Bug Fixes

* lock semantic-release-replace-plugin version to workaround error in the latest version ([#95](https://github.com/amplitude/Amplitude-Java/issues/95)) ([7c8fd83](https://github.com/amplitude/Amplitude-Java/commit/7c8fd83c00175dfbfa200734d85e2502e8afcd46))


### Features

* support setter for logMode and logLevel ([#94](https://github.com/amplitude/Amplitude-Java/issues/94)) ([d07f830](https://github.com/amplitude/Amplitude-Java/commit/d07f83085a874a26d734bceea77f44b290157508))

## [1.11.1](https://github.com/amplitude/Amplitude-Java/compare/v1.11.0...v1.11.1) (2023-06-28)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARTIFACT_VERSION=1.11.1
ARTIFACT_VERSION=1.12.0
ARTIFACT_GROUP=com.amplitude
POM_PACKAGING=jar
POM_DESCRIPTION=Amplitude Java SDK
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/amplitude/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public interface Constants {

int NETWORK_TIMEOUT_MILLIS = 10000;
String SDK_LIBRARY = "amplitude-java";
String SDK_VERSION = "1.11.1";
String SDK_VERSION = "1.12.0";

int MAX_PROPERTY_KEYS = 1024;
int MAX_STRING_LENGTH = 1000;
Expand Down

0 comments on commit e7bf795

Please sign in to comment.