Skip to content

Commit

Permalink
Prepare for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Apr 15, 2024
1 parent ce1cfeb commit e4c848a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.3.0 (2024-04-15)
--------------------------
Make kinesis source scaling checks configurable (#313)
Add arm64 support, thanks @vbhamidipati! (#302)
Bump dependencies (#310)
Add GTM SS preview header transformation (#312)
Add dynamic headers (#311)

Version 2.2.3 (2024-02-05)
--------------------------
Patch kafka docs (#306)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/golang-2.3.0-6ad7e5.svg?style=flat
[releases]: https://github.com/snowplow/snowbridge/releases/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.3.0
2 changes: 1 addition & 1 deletion cmd/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package cmd

const (
// AppVersion is the current version of the app
AppVersion = "2.2.3"
AppVersion = "2.3.0"

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

0 comments on commit e4c848a

Please sign in to comment.