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