Skip to content

Commit 7612ad5

Browse files
committed
Prepare for 3.6.2 release
1 parent 83748c8 commit 7612ad5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 3.6.2 (2025-11-04)
2+
--------------------------
3+
feat: make setup retries configurable (#463)
4+
fix: JS transformation example for snowplow_mode (#462)
5+
feat: allow either basic auth username or password to be empty for basic auth header to be added (#461)
6+
feat: Add generic HTTP source (#460)
7+
18
Version 3.6.1 (2025-09-30)
29
--------------------------
310
Fix/b64 decode bug (#458)

README.md

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

5151
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."_
5252

53-
[release-image]: http://img.shields.io/badge/golang-3.6.1-6ad7e5.svg?style=flat
53+
[release-image]: http://img.shields.io/badge/golang-3.6.2-6ad7e5.svg?style=flat
5454
[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.6.1
1+
3.6.2

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.6.1"
16+
AppVersion = "3.6.2"
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)