Skip to content

Commit

Permalink
chore: bump version to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardleopard committed Oct 16, 2023
1 parent f729378 commit e935495
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,11 @@ Note: These changes are not considered notable:

## [Unreleased]

## [4.6.0] - 2023-10-16
### Added
- dependant toggles (#155)
- client specification is [here](https://github.com/Unleash/client-specification/pull/63)

## [4.5.0] - 2023-07-05
### Added
- variants in strategies (#148)
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.5.0'
gem 'unleash', '~> 4.6.0'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/unleash/version.rb
@@ -1,3 +1,3 @@
module Unleash
VERSION = "4.5.0".freeze
VERSION = "4.6.0".freeze
end

0 comments on commit e935495

Please sign in to comment.