From c0c726cdddc043bd4730712c1607a4a09942cc34 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Mon, 12 Aug 2024 18:14:41 +0200 Subject: [PATCH] Prepare version 0.10.2 for release --- CHANGELOG.md | 8 ++++++++ lib/acts_as_paranoid/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423ab43..d39766d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Notable changes to this project will be documented in this file. +## 0.10.2 + +* Support Rails 7.2 ([#341] by [kalashnikovisme]) + +[kalashnikovisme]: https://github.com/kalashnikovisme + +[#341]: https://github.com/ActsAsParanoid/acts_as_paranoid/pull/341 + ## 0.10.1 * Add changelog_uri to gemspec ([#332] by [fynsta]) diff --git a/lib/acts_as_paranoid/version.rb b/lib/acts_as_paranoid/version.rb index d797505..464ba1e 100644 --- a/lib/acts_as_paranoid/version.rb +++ b/lib/acts_as_paranoid/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActsAsParanoid - VERSION = "0.10.1" + VERSION = "0.10.2" end