Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0] - 2025-04-22
### Changed
- Updated `logger` dependency to `~> 1.6` in the gemspec to allow compatibility with logger versions above 1.6.

## [6.2.1] - 2025-04-14
### Fixed
- metrics sending no longer fails after 10 minutes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.1.2'
gem 'unleash', '~> 6.3.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.2.1".freeze
VERSION = "6.3.0".freeze
end
Loading