Skip to content

Commit

Permalink
chore: bump version to 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier committed Dec 19, 2024
1 parent 07c10ef commit 6c24abb
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.10] - 2024-12-19
### Fixed
- Fixed an edge case issue where the client was failing to send metrics after 10 minutes of not having metrics (#219)

## [6.0.9] - 2024-11-21
### Fixed
- Fixed an issue where the server not sending the encoding would break file saving (#215)
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', '~> 6.0.7'
gem 'unleash', '~> 6.0.10'
```

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.9".freeze
VERSION = "6.0.10".freeze
end

0 comments on commit 6c24abb

Please sign in to comment.