Skip to content

Commit

Permalink
chore: bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardleopard committed Oct 30, 2023
1 parent 9663035 commit b513382
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Note: These changes are not considered notable:

## [Unreleased]

## [5.0.0] - 2023-10-30
### Added
- change seed for variantutils to ensure fair distribution (#160)
- client specification is [here](https://github.com/Unleash/client-specification/tree/v5.0.2/specifications)
- A new seed is introduced to ensure a fair distribution for variants, addressing the issue of skewed variant distribution due to using the same hash string for both gradual rollout and variant allocation.

## [4.6.0] - 2023-10-16
### Added
- dependant toggles (#155)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Leverage the [Unleash Server](https://github.com/Unleash/unleash) for powerful f
Add this line to your application's Gemfile:

```ruby
gem 'unleash', '~> 4.6.0'
gem 'unleash', '~> 5.0.0'
```

And then execute:
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 = "4.6.0".freeze
VERSION = "5.0.0".freeze
end

0 comments on commit b513382

Please sign in to comment.