diff --git a/CHANGELOG.md b/CHANGELOG.md index 3063b38..689da00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.14.0 (2024-12-10) - Remove upper bounds on versions for all dependencies. ## v0.13.0 (2024-09-08) diff --git a/Gemfile.lock b/Gemfile.lock index 98704a4..d9b24d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fcom (0.13.1.alpha) + fcom (0.14.0) activesupport (>= 6) memo_wise (>= 1.7) rainbow (>= 3.0) diff --git a/lib/fcom/version.rb b/lib/fcom/version.rb index db87620..fc667d5 100644 --- a/lib/fcom/version.rb +++ b/lib/fcom/version.rb @@ -2,6 +2,6 @@ # rubocop:disable Style/StaticClass class Fcom - VERSION = '0.13.1.alpha' + VERSION = '0.14.0' end # rubocop:enable Style/StaticClass