diff --git a/CHANGELOG.md b/CHANGELOG.md index e31eb74482..69351af9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 8.1.9 (2026-03-27) + + + +## What's Changed +### Other Changes +* [8.1-stable] Fix exception in admin when current language is deleted by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3793 +* [8.1-stable] Fix ingredient editor nested attributes index collision by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3799 +* [8.1-stable] Revert update check URL change by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3802 + + +**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.1.8...v8.1.9 + ## 8.1.8 (2026-03-24) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index c31d6035ce..5c6490a3fd 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "8.1.8" + VERSION = "8.1.9" def self.version VERSION