diff --git a/CHANGELOG.md b/CHANGELOG.md index c70397e4a9..c7e0789fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 8.2.1 (2026-04-16) + + + +## What's Changed +### Other Changes +* [8.2-stable] fix(alchemy-notice): Use default font size for headings by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3834 +* [8.2-stable] feat(LocaleSelect): Make auto_submit toggable by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3836 + + +**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.2.0...v8.2.1 + ## 8.2.0 (2026-04-08) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 4a9fef4c48..689774aa45 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "8.2.0" + VERSION = "8.2.1" def self.version VERSION