diff --git a/CHANGELOG.md b/CHANGELOG.md index 888c49c..e46cf9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## Version 2.2.0 (2024-10-01) + ### Changed * Reintroduce Ruby 2.7 into the test matrix (#20) diff --git a/Gemfile.lock b/Gemfile.lock index 5e364b7..99d7c35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - composite_content (2.1.1) + composite_content (2.2.0) active_model_validations_reflection acts_as_list (>= 1.0.4) cocooned (~> 2.0, >= 2.4) diff --git a/lib/composite_content/version.rb b/lib/composite_content/version.rb index 7fc3478..52bb8c3 100644 --- a/lib/composite_content/version.rb +++ b/lib/composite_content/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CompositeContent - VERSION = '2.1.1' + VERSION = '2.2.0' end