Skip to content

Commit 6b372f6

Browse files
committed
chore: bump version to 5.0.1
1 parent 12e8855 commit 6b372f6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ Note: These changes are not considered notable:
1313

1414
## [Unreleased]
1515

16+
## [5.0.1] - 2024-03-27
17+
### Changed
18+
- make user-agent headers more descriptive (#168)
19+
20+
### Fixed
21+
- make client more resilient to non-conforming responses from `unleash-edge` (#162)
22+
- 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).
23+
- fixed the handling of the response, so we do not throw exceptions in this situation.
24+
1625
## [5.0.0] - 2023-10-30
1726
### Added
1827
- change seed for variantutils to ensure fair distribution (#160)

lib/unleash/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Unleash
2-
VERSION = "5.0.0".freeze
2+
VERSION = "5.0.1".freeze
33
end

0 commit comments

Comments
 (0)