Skip to content

Commit e4c848a

Browse files
committed
Prepare for 2.3.0 release
1 parent ce1cfeb commit e4c848a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2.3.0 (2024-04-15)
2+
--------------------------
3+
Make kinesis source scaling checks configurable (#313)
4+
Add arm64 support, thanks @vbhamidipati! (#302)
5+
Bump dependencies (#310)
6+
Add GTM SS preview header transformation (#312)
7+
Add dynamic headers (#311)
8+
19
Version 2.2.3 (2024-02-05)
210
--------------------------
311
Patch kafka docs (#306)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ The AWS-specific distribution contains everything, including the Kinesis source,
1818

1919
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.”_
2020

21-
[release-image]: http://img.shields.io/badge/golang-2.2.3-6ad7e5.svg?style=flat
21+
[release-image]: http://img.shields.io/badge/golang-2.3.0-6ad7e5.svg?style=flat
2222
[releases]: https://github.com/snowplow/snowbridge/releases/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.3.0

cmd/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package cmd
99

1010
const (
1111
// AppVersion is the current version of the app
12-
AppVersion = "2.2.3"
12+
AppVersion = "2.3.0"
1313

1414
// AppName is the name of the application to use in logging / places that require the artifact
1515
AppName = "snowbridge"

0 commit comments

Comments
 (0)