Skip to content

Commit

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

* update CHANGELOG
  • Loading branch information
ajatprabha authored Jan 31, 2024
1 parent 133b7e9 commit cd5858c
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.2]

### Added

- Add `ConnectRetryInterval` Option to allow users to configure the interval between connection retries.

### Changed

- Update multi-connection mode connect logic ([#37](https://github.com/gojek/courier-go/pull/37))

## [0.5.1]

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

Initial Release

[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
[0.4.0]: https://github.com/gojek/courier-go/releases/tag/v0.4.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.1
github.com/gojek/courier-go v0.5.2
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.1
github.com/gojek/courier-go v0.5.2
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.1"
return "0.5.2"
// 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.1
github.com/gojek/courier-go v0.5.2
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 cd5858c

Please sign in to comment.