Skip to content

Commit f1a4f70

Browse files
author
alchemycms-bot
committed
Release v8.1.10
1 parent 9eb29e5 commit f1a4f70

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 8.1.10 (2026-04-23)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->
6+
7+
## What's Changed
8+
### Other Changes
9+
* [8.1-stable] fix(Configuration): Delegate to_json to to_h by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3807
10+
* [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
11+
* [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
12+
* [8.1-stable] Remove lazy loading from thumbnail by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3848
13+
* [8.1-stable] Fix thumbnail size in picture overlay by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3850
14+
15+
16+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.1.9...v8.1.10
17+
318
## 8.1.9 (2026-03-27)
419

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

lib/alchemy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Alchemy
4-
VERSION = "8.1.9"
4+
VERSION = "8.1.10"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)