From cf9d31181cf2bdfed8ebaba5534650e8dfa7f0b5 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 24 Jan 2024 16:08:13 +0000 Subject: [PATCH] Bumps version to 8.3.1, 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 57a6821..4dcec07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.3.1 + +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.3.0 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 1b4b5ac..56e7ec5 100644 --- a/lib/elastic/transport/version.rb +++ b/lib/elastic/transport/version.rb @@ -17,6 +17,6 @@ module Elastic module Transport - VERSION = '8.3.0'.freeze + VERSION = '8.3.1'.freeze end end