Skip to content

Commit

Permalink
Prepare for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Feb 14, 2025
1 parent 204b61a commit e7a9d22
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 3.2.0 (2025-02-17)
--------------------------
Fix string format issues
Bump dependencies and Go version
Configure kinsumer clientid (#399)
Add custom http client to helpers aws session
Add option to configure HTTP request timeout in milliseconds
Add request timeout and timestamp as headers in HTTP target
Fix/sqs apicall rate (#390)

Version 3.1.1 (2025-01-23)
--------------------------
Fix GTMSS preview expired message handling
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-3.1.1-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/golang-3.2.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 @@
3.1.1
3.2.0
2 changes: 1 addition & 1 deletion cmd/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package cmd

const (
// AppVersion is the current version of the app
AppVersion = "3.1.1"
AppVersion = "3.2.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 e7a9d22

Please sign in to comment.