From cffd5bf0c0be2f18b005ca0a7633c04344101edb Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 4 Jun 2024 17:01:58 +0200 Subject: [PATCH] Bump to v7.0.14 --- CHANGELOG.md | 5 +++++ lib/alchemy/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b459419f4a..2f475ea93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.0.14 (2024-06-04) + +- [7.0-stable] fix(RoutingConstraints): Allow Turbo Stream requests [#2914](https://github.com/AlchemyCMS/alchemy_cms/pull/2914) ([alchemycms-bot](https://github.com/alchemycms-bot)) +- [7.0-stable] fix Ingredient Audio and Video boolean type casting [#2910](https://github.com/AlchemyCMS/alchemy_cms/pull/2910) ([alchemycms-bot](https://github.com/alchemycms-bot)) + ## 7.0.13 (2024-05-29) - [7.0-stable] Fix preview window width for smaller viewports [#2889](https://github.com/AlchemyCMS/alchemy_cms/pull/2889) ([alchemycms-bot](https://github.com/alchemycms-bot)) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 2d15f1cd3d..9b9f99cbec 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "7.0.13" + VERSION = "7.0.14" def self.version VERSION