From 8ad0fcfda57d5e7afbb038753e8755ae5a5695af Mon Sep 17 00:00:00 2001 From: alchemycms-bot Date: Tue, 28 Apr 2026 10:10:27 +0000 Subject: [PATCH] Release v8.0.12 --- CHANGELOG.md | 10 ++++++++++ lib/alchemy/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d2643592..551ee848e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.0.12 (2026-04-28) + +## What's Changed +* [8.0-stable] fix(Configuration): Delegate to_json to to_h by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3806 +* [8.0-stable] chore: Wait for turbo in picture-descriptions feature spec by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3820 +* [8.0-stable] Fix Attachment#deletable? false positives by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3861 + + +**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.11...v8.0.12 + ## 8.0.11 (2026-03-27) ## What's Changed diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 170b803496..f370c4b7ed 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "8.0.11" + VERSION = "8.0.12" def self.version VERSION