Skip to content

Commit

Permalink
chore: bump version and set 6.0.5 to be default
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Oct 21, 2024
1 parent 6ad33ef commit 8f6db25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Note: These changes are not considered notable:

## [Unreleased]

## [6.0.5] - 2024-09-25
#### Fixed
- Upgrade core engine library to support ARM on legacy Mac

## [6.0.0] - 2024-09-25
#### Fixed
- Upgrade core engine library to support ARM on Linux
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 @@ Ruby client for the [Unleash](https://github.com/Unleash/unleash) feature manage
Add this line to your application's Gemfile:

```ruby
gem 'unleash', '~> 5.1.1'
gem 'unleash', '~> 6.0.5'
```

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 = "6.0.0".freeze
VERSION = "6.0.5".freeze
end

0 comments on commit 8f6db25

Please sign in to comment.