From 2c529c3ea100e9ba50d79aa5c24515b949ad2573 Mon Sep 17 00:00:00 2001 From: Rein de Lange Date: Wed, 20 Nov 2024 17:30:32 +0100 Subject: [PATCH] Bump to 3.2.1 --- CHANGELOG.md | 9 +++++++-- lib/deep_cloneable/version.rb | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8143703..ba2d0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [3.2.0] - 2024-11-20 +## [3.2.1] - 2024-11-20 + +### Added - Added Ruby 3.3.5 support - Added Rails 8.0 support +## [3.2.0] - 2021-12-28 + ### Added - Added GitHub Actions integration & badge @@ -310,7 +314,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Convert existing code to a gem -[unreleased]: https://github.com/moiristo/deep_cloneable/compare/v3.2.0...HEAD +[unreleased]: https://github.com/moiristo/deep_cloneable/compare/v3.2.1...HEAD +[3.2.1]: https://github.com/moiristo/deep_cloneable/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/moiristo/deep_cloneable/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/moiristo/deep_cloneable/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/moiristo/deep_cloneable/compare/v2.4.0...v3.0.0 diff --git a/lib/deep_cloneable/version.rb b/lib/deep_cloneable/version.rb index a068045..1810644 100644 --- a/lib/deep_cloneable/version.rb +++ b/lib/deep_cloneable/version.rb @@ -1,3 +1,3 @@ module DeepCloneable - VERSION = '3.2.0' + VERSION = '3.2.1' end