From 5051586c89329e48431449bdd8cb948fc7e7386a Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 15 Oct 2024 10:39:41 +0200 Subject: [PATCH] Bump alchemy_cms to 7.3.2 --- CHANGELOG.md | 5 +++++ lib/alchemy/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3554efc766..b488113938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.3.2 (2024-10-15) + +- [7.3-stable] Fix filtering associated models by id [#3068](https://github.com/AlchemyCMS/alchemy_cms/pull/3068) ([alchemycms-bot](https://github.com/alchemycms-bot)) +- [7.3-stable] fix new page form [#3064](https://github.com/AlchemyCMS/alchemy_cms/pull/3064) ([tvdeyen](https://github.com/tvdeyen)) + ## 7.3.1 (2024-10-04) - [7.3-stable] Add tinymce skin files to Sprockets manifest [#3063](https://github.com/AlchemyCMS/alchemy_cms/pull/3063) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index d1462055ab..20cdc7edb9 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "7.3.1" + VERSION = "7.3.2" def self.version VERSION