diff --git a/CHANGELOG b/CHANGELOG index c32dd377..1db919ee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 2.2.2 (2023-11-30) +-------------------------- +Bump grpc to 1.58.3 (#296) +Bump x/net to 0.17.0 (#297) +Bump openssl from base docker image to 3.1.4-r1 (#298) +Scan Docker images in Snyk Github action (#299) + Version 2.2.1 (2023-10-09) -------------------------- Upgrade go version to 1.21.1 (#292) diff --git a/README.md b/README.md index c0d583f4..0c66d48a 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,5 @@ The AWS-specific distribution contains everything, including the Kinesis source, To comply with the [Amazon Software License](https://github.com/twitchscience/kinsumer/blob/master/LICENSE), you may only use this distribution of Snowbridge _“with the web services, computing platforms or applications provided by Amazon.com, Inc. or its affiliates, including Amazon Web Services, Inc.”_ -[release-image]: http://img.shields.io/badge/golang-2.2.1-6ad7e5.svg?style=flat +[release-image]: http://img.shields.io/badge/golang-2.2.2-6ad7e5.svg?style=flat [releases]: https://github.com/snowplow/snowbridge/releases/ diff --git a/VERSION b/VERSION index c043eea7..b1b25a5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2 diff --git a/cmd/constants.go b/cmd/constants.go index c7788b92..e49cdb54 100644 --- a/cmd/constants.go +++ b/cmd/constants.go @@ -9,7 +9,7 @@ package cmd const ( // AppVersion is the current version of the app - AppVersion = "2.2.1" + AppVersion = "2.2.2" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"