Skip to content

Commit

Permalink
chore: release 6.0.9 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Nov 21, 2024
1 parent 744b728 commit 59bc154
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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]

## [6.0.9] - 2024-11-21
### Fixed
- Fixed an issue where the server not sending the encoding would break file saving (#215)

## [6.0.8] - 2024-11-13
### Fixed
- Fixed an issue where the SDK running on aarch64 wouldn't load the binary correctly

## [6.0.7] - 2024-10-24
#### Fixed
- Context object correctly dumps to JSON
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.8".freeze
VERSION = "6.0.9".freeze
end

0 comments on commit 59bc154

Please sign in to comment.