From 8f6cc8e8860b4440f31900b331737e6458b55a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Poniedzia=C5=82ek?= Date: Thu, 5 Oct 2023 14:30:46 +0200 Subject: [PATCH] Prepared for release --- CHANGELOG | 5 +++++ README.md | 2 +- VERSION | 2 +- cmd/constants.go | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7d9b83e6..09a9182e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 2.2.1 (2023-10-05) +-------------------------- +Upgrade go version to 1.21.1 (#292) +Upgrade alpine version to 3.18.4 (#291) + Version 2.2.0 (2023-08-14) -------------------------- Set default config path in docker images (#271) diff --git a/README.md b/README.md index 861f8927..c0d583f4 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.0-6ad7e5.svg?style=flat +[release-image]: http://img.shields.io/badge/golang-2.2.1-6ad7e5.svg?style=flat [releases]: https://github.com/snowplow/snowbridge/releases/ diff --git a/VERSION b/VERSION index ccbccc3d..327f824c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1-rc1 diff --git a/cmd/constants.go b/cmd/constants.go index 4e58f363..863450f7 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.0" + AppVersion = "2.2.1-rc1" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"