diff --git a/CHANGELOG b/CHANGELOG index 84d079bd..beb7a49c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +Java 0.11.0 (2021-12-14) +----------------------- +Remove logging of user supplied values (#286) +Update Deploy action to remove Bintray (#283) +Set Emitter's threads name for easier debugging (#280) +Update all copyright notices (#279) +Allow Emitter to use a custom ExecutorService (#278) +Specify the key for 'null or empty value detected' payload log (#277) +Remove Mockito and Wiremock dependencies (#275) +Update dependencies guava, wiremock, and httpclient (#269) +Manually set the session_id (#265) +Update gradle GH Action to include Java 17 (#273) +Remove HttpHeaders dependency in OkHttpClientAdapter (#266) +Replace Vagrant with Docker (#267) + + Java 0.10.1 (2020-06-11) ----------------------- Publish Gradle module file with bintrayUpload (#255) diff --git a/build.gradle b/build.gradle index 386ae8d4..6a1eb761 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ wrapper.gradleVersion = '6.5.0' group = 'com.snowplowanalytics' archivesBaseName = 'snowplow-java-tracker' -version = '0.11.0-alpha.15' +version = '0.11.0' sourceCompatibility = '1.8' targetCompatibility = '1.8' @@ -217,4 +217,4 @@ signing { sign publishing.publications.mavenJava println 'Used useInMemoryPgpKeys()' } -} \ No newline at end of file +}