From 7d396cda11300e335b0e3f405435f10ec64598c6 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 29 Aug 2023 21:37:29 +0200 Subject: [PATCH] Bump version to v7.0.3 --- CHANGELOG.md | 5 +++++ lib/alchemy/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b796666b..f03406ec38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.0.3 (2023-08-29) + +- [7.0-stable] Merge pull request #2571 from tvdeyen/fix-non-stupid-digest-assets [#2572](https://github.com/AlchemyCMS/alchemy_cms/pull/2572) ([github-actions](https://github.com/apps/github-actions)) +- Increase minimum Rails version to v6.1 [#2541](https://github.com/AlchemyCMS/alchemy_cms/pull/2541) ([sascha-karnatz](https://github.com/sascha-karnatz)) + ## 7.0.2 (2023-07-31) - [7.0] Fix DOM ids and labels of ingredient editors [#2538](https://github.com/AlchemyCMS/alchemy_cms/pull/2538) ([tvdeyen](https://github.com/tvdeyen)) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 220bee483b..d4b5674299 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "7.0.2" + VERSION = "7.0.3" def self.version VERSION