Skip to content

Commit

Permalink
chore: bump to 6.0.0.pre + release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Sep 25, 2024
1 parent c159811 commit 072881b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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]

## [6.0.0.pre] - 2024-09-25
#### Changed
- No longer possible to override built in strategies with custom strategies (#152)
- No longer possible to access built in strategy's objects, these are now native code (#152)
- Core of the SDK swapped for Yggdrasil engine (#152)

## [5.1.1] - 2024-09-23
### Fixed
- increased accuracy of rollout distribution (#200)
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 = "5.1.1".freeze
VERSION = "6.0.0.pre".freeze
end

0 comments on commit 072881b

Please sign in to comment.