From f1a4f7095b29d4f931f596fa1762f83b5d39834b Mon Sep 17 00:00:00 2001 From: alchemycms-bot Date: Thu, 23 Apr 2026 08:04:32 +0000 Subject: [PATCH] Release v8.1.10 --- CHANGELOG.md | 15 +++++++++++++++ lib/alchemy/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69351af9f3..fbf4c5f6f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 8.1.10 (2026-04-23) + + + +## 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) diff --git a/lib/alchemy/version.rb b/lib/alchemy/version.rb index 5c6490a3fd..ea73f057b9 100644 --- a/lib/alchemy/version.rb +++ b/lib/alchemy/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Alchemy - VERSION = "8.1.9" + VERSION = "8.1.10" def self.version VERSION