From c1b980c2900f95e6ccf6c8ef984a0809b37678d3 Mon Sep 17 00:00:00 2001 From: Brendon Muir Date: Tue, 16 Jul 2024 10:00:34 +1200 Subject: [PATCH] Version 1.2.2 --- CHANGELOG.md | 5 +++++ lib/acts_as_list/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5531f4..b0e460c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v1.2.2 - 2024-07-16 + +### Fixed +- Updated .gemspec to exclude unnecessary files from the gem package. [\#437](https://github.com/brendon/acts_as_list/pull/437) ([f440]) + ## v1.2.1 - 2024-06-06 ### Fixed diff --git a/lib/acts_as_list/version.rb b/lib/acts_as_list/version.rb index 80caa99..0bc5135 100644 --- a/lib/acts_as_list/version.rb +++ b/lib/acts_as_list/version.rb @@ -3,7 +3,7 @@ module ActiveRecord module Acts module List - VERSION = '1.2.1' + VERSION = '1.2.2' end end end