Skip to content

Commit

Permalink
Releasing version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 4, 2020
1 parent c8d56ba commit 80731fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.4.2] - 2020-06-04
### Added:
- Added `go.mod` so this package can be consumed as a module. This does not affect code that is currently consuming it via `go get`, `dep`, or `govendor`.

## [1.4.1] - 2020-03-27
### Fixed:
- An error in the backoff logic added in v1.4.0 could cause a panic after many successive retries, due to the exponential backoff value exceeding `math.MaxInt64` resulting in a negative number being passed to `random.Int63n`.
Expand Down

0 comments on commit 80731fe

Please sign in to comment.