Skip to content

Commit

Permalink
chore: bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Mar 27, 2024
1 parent 12e8855 commit 6b372f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ Note: These changes are not considered notable:

## [Unreleased]

## [5.0.1] - 2024-03-27
### Changed
- make user-agent headers more descriptive (#168)

### Fixed
- make client more resilient to non-conforming responses from `unleash-edge` (#162)
- while the unleash server provides always valid responses, (at least some versions of) unleash-edge can provide an unexpected JSON response (null instead of empty array).
- fixed the handling of the response, so we do not throw exceptions in this situation.

## [5.0.0] - 2023-10-30
### Added
- change seed for variantutils to ensure fair distribution (#160)
Expand Down
2 changes: 1 addition & 1 deletion lib/unleash/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unleash
VERSION = "5.0.0".freeze
VERSION = "5.0.1".freeze
end

0 comments on commit 6b372f6

Please sign in to comment.