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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 8.1.10 (2026-04-23)

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

## What's Changed
### Other Changes
* [8.1-stable] fix(Configuration): Delegate to_json to to_h by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3807
* [8.1-stable] chore: Wait for turbo in picture-descriptions feature spec by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3821
* [8.1-stable] Fix duplicate legacy URL removal for all DB engines by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3823
* [8.1-stable] Remove lazy loading from thumbnail by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3848
* [8.1-stable] Fix thumbnail size in picture overlay by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3850


**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.1.9...v8.1.10

## 8.1.9 (2026-03-27)

<!-- 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.9"
VERSION = "8.1.10"

def self.version
VERSION
Expand Down
Loading