diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e82f44..6fa9ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.2.5 + +Tested versions of Ruby: (MRI) 3.0, 3.1, 3.2, 3.3, JRuby 9.3 and JRuby 9.4 + +- Removes unneccessary `require 'base64'` found thanks to warning in Ruby 3.3. So this removes the warning too if you were using Ruby 3.3. + ## 8.2.4 Tested versions of Ruby: (MRI) 3.0, 3.1, 3.2, JRuby 9.3 and JRuby 9.4 diff --git a/lib/elastic/transport/version.rb b/lib/elastic/transport/version.rb index c01893e..c47bb96 100644 --- a/lib/elastic/transport/version.rb +++ b/lib/elastic/transport/version.rb @@ -17,6 +17,6 @@ module Elastic module Transport - VERSION = '8.2.4'.freeze + VERSION = '8.2.5'.freeze end end