From 268796db8d2f24b630cf40d807b036de264b33f7 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 24 Jan 2024 16:24:39 +0000 Subject: [PATCH] Bumps version to 8.2.5, updates CHANGELOG --- CHANGELOG.md | 6 ++++++ lib/elastic/transport/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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