From 02f55cb47b2c8b87db46826090022c2278028452 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Wed, 4 Sep 2024 11:17:09 +0100 Subject: [PATCH] Prepare for release --- CHANGELOG | 7 +++++++ README.md | 2 +- VERSION | 2 +- cmd/constants.go | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9a52da76..40293c46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 2.4.2 (2024-09-05) +-------------------------- +Use existing timestamp for request finish in measuring latency metrics +Handle throttles in kinesis target +Use update UUID package for UUIDs +Set random pk in kinesis source + Version 2.4.1 (2024-05-28) -------------------------- Use US spelling for license diff --git a/README.md b/README.md index 25b9d0f8..7c8e6eed 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.4.1-6ad7e5.svg?style=flat +[release-image]: http://img.shields.io/badge/golang-2.4.2-6ad7e5.svg?style=flat [releases]: https://github.com/snowplow/snowbridge/releases/ diff --git a/VERSION b/VERSION index 005119ba..8e8299dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.1 +2.4.2 diff --git a/cmd/constants.go b/cmd/constants.go index af4ab80b..8c5f5869 100644 --- a/cmd/constants.go +++ b/cmd/constants.go @@ -13,7 +13,7 @@ package cmd const ( // AppVersion is the current version of the app - AppVersion = "2.4.1" + AppVersion = "2.4.2" // AppName is the name of the application to use in logging / places that require the artifact AppName = "snowbridge"