Skip to content

Commit

Permalink
Pre release v0.5.3 (#41)
Browse files Browse the repository at this point in the history
* Releasing v0.5.3

* update CHANGELOG
  • Loading branch information
ajatprabha authored Mar 13, 2024
1 parent 02879c3 commit 698c3a9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.5.3]

### Added

- Paho's `mqtt.CredentialsProvider` is now used when `CredentialFetcher` is provided. ([#40](https://github.com/gojek/courier-go/pull/40))

### Changed

- De-duplicate subscription calls when using OnConnectHandler to avoid concurrent subscribe issues. ([#39](https://github.com/gojek/courier-go/pull/39))

## [0.5.2]

### Added
Expand Down Expand Up @@ -93,6 +103,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

Initial Release

[0.5.3]: https://github.com/gojek/courier-go/releases/tag/v0.5.3
[0.5.2]: https://github.com/gojek/courier-go/releases/tag/v0.5.2
[0.5.1]: https://github.com/gojek/courier-go/releases/tag/v0.5.1
[0.5.0]: https://github.com/gojek/courier-go/releases/tag/v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion otelcourier/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gojek/courier-go/otelcourier
go 1.20

require (
github.com/gojek/courier-go v0.5.2
github.com/gojek/courier-go v0.5.3
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/sdk v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion slog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gojek/courier-go/slog
go 1.21

require (
github.com/gojek/courier-go v0.5.2
github.com/gojek/courier-go v0.5.3
github.com/stretchr/testify v1.8.4
)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package courier

// Version can be used to get the current courier library version
func Version() string {
return "0.5.2"
return "0.5.3"
// This string is updated by the pre_release.sh script during release
}
2 changes: 1 addition & 1 deletion xds/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/envoyproxy/go-control-plane v0.11.1
github.com/gojek/courier-go v0.5.2
github.com/gojek/courier-go v0.5.3
github.com/golang/protobuf v1.5.3
github.com/stretchr/testify v1.8.4
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e
Expand Down

0 comments on commit 698c3a9

Please sign in to comment.