Skip to content

Commit

Permalink
chore: bump version to 6.1.0 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jan 21, 2025
1 parent da097f4 commit f4b07df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Note: These changes are not considered notable:

## [Unreleased]

## [6.1.0] - 2025-01-21
### Added
- standardised client identification headers (#224)


## [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)
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.10'
gem 'unleash', '~> 6.1.0'
```

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.10".freeze
VERSION = "6.1.0".freeze
end

0 comments on commit f4b07df

Please sign in to comment.