Skip to content

Commit

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

## [Unreleased]

## [4.5.0] - 2023-07-05
### Added
- variants in strategies (#148)
- issue described here (#147)

### Fixed
- groupId override for variants

## [4.4.4] - 2023-07-05
### Fixed
- flexible rollout strategy without context (#146)
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.4.4'
gem 'unleash', '~> 4.5.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.4.4".freeze
VERSION = "4.5.0".freeze
end

0 comments on commit 2c2c261

Please sign in to comment.