Skip to content

Commit

Permalink
Prepare for v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Dec 15, 2021
1 parent 7aa80b2 commit e0d0926
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -217,4 +217,4 @@ signing {
sign publishing.publications.mavenJava
println 'Used useInMemoryPgpKeys()'
}
}
}

0 comments on commit e0d0926

Please sign in to comment.