diff --git a/CHANGELOG.md b/CHANGELOG.md index c485220..0f89260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- + +## 0.3.0 ### Added - Drop Support to Ruby 2.6 and 2.7 - Add Support to Ruby 3.2 and 3.3 diff --git a/Gemfile.lock b/Gemfile.lock index 2f1e5ff..fde090b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - f_service (0.3.0) + f_service (0.3.1) GEM remote: https://rubygems.org/ diff --git a/lib/f_service/version.rb b/lib/f_service/version.rb index 06d219a..76a3388 100644 --- a/lib/f_service/version.rb +++ b/lib/f_service/version.rb @@ -2,5 +2,5 @@ module FService # Current version of the gem - VERSION = '0.3.0' + VERSION = '0.3.1' end