Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 8.1.9 (2026-03-27)

<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->

## 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)

<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Alchemy
VERSION = "8.1.8"
VERSION = "8.1.9"

def self.version
VERSION
Expand Down
Loading