Skip to content

Commit

Permalink
Prepare for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Mar 23, 2022
1 parent ad63346 commit 81f8aa6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 3.0.1 (2022-03-24)
--------------------------
common: Recover from corrupt asset downloads (#573)
common: Sentry should report exceptions in initialising environment (#572)
common: Retry downloading assets from S3 and GCS (#574)

Version 3.0.0 (2022-03-24)
--------------------------
enrich-pubsub: split into common module and PubSub module (#473)
Expand Down Expand Up @@ -36,17 +42,17 @@ enrich-pubsub: set google-oauth-client transitive dependency to 1.33.1 (#566)

Version 2.0.7 (2022-02-25)
--------------------------
Stream: Bump gson to 2.9.0 (close #563)
Stream: Set google-cloud-storage transitive dependency to 1.118.1 (close #503)
Stream: Bump gson to 2.9.0 (#563)
Stream: Set google-cloud-storage transitive dependency to 1.118.1 (#503)

Version 2.0.6 (2022-02-16)
--------------------------
Bump postgresql to 42.2.25 (close #554)
Bump jayway jsonpath to 2.7.0 (close #555)
Bump lemonlabs scala-uri to 1.5.1 (close #556)
Bump nsq-java-client to 1.3.0 (close #557)
Update copyright notices to 2022 (close #558)
Change docker base image to eclipse/temurin:11-jre-focal (close #512)
Bump postgresql to 42.2.25 (#554)
Bump jayway jsonpath to 2.7.0 (#555)
Bump lemonlabs scala-uri to 1.5.1 (#556)
Bump nsq-java-client to 1.3.0 (#557)
Update copyright notices to 2022 (#558)
Change docker base image to eclipse/temurin:11-jre-focal (#512)

Version 2.0.5 (2021-12-20)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ limitations under the License.
[coveralls]: https://coveralls.io/github/snowplow/enrich?branch=master
[coveralls-image]: https://coveralls.io/repos/github/snowplow/enrich/badge.svg?branch=master

[release-image]: https://img.shields.io/badge/release-3.0.0-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-3.0.1-blue.svg?style=flat
[releases]: https://github.com/snowplow/enrich/releases

0 comments on commit 81f8aa6

Please sign in to comment.