Skip to content

Commit

Permalink
chore: release for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Oct 3, 2024
1 parent caf55da commit f3bdbc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.0] - 2024-09-25
#### Fixed
- Upgrade core engine library to support ARM on Linux

## [6.0.0.pre] - 2024-09-25
#### Changed
- No longer possible to override built in strategies with custom strategies (#152)
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.5.pre".freeze
VERSION = "6.0.0".freeze
end

0 comments on commit f3bdbc7

Please sign in to comment.