Skip to content

Commit e9ee584

Browse files
committed
Prepare for 3.2.1 release
1 parent e989c58 commit e9ee584

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 3.2.1 (2025-03-04)
2+
--------------------------
3+
Bump dependencies
4+
Patch kafka metrics (#402)
5+
Use `ENTRYPOINT` instead of `CMD` in Dockerfiles
6+
17
Version 3.2.0 (2025-02-17)
28
--------------------------
39
Fix string format issues

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-3.2.0-6ad7e5.svg?style=flat
21+
[release-image]: http://img.shields.io/badge/golang-3.2.1-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-
3.2.0
1+
3.2.1

cmd/constants.go

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

1414
const (
1515
// AppVersion is the current version of the app
16-
AppVersion = "3.2.0"
16+
AppVersion = "3.2.1"
1717

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

0 commit comments

Comments
 (0)