Skip to content

Commit cc506f0

Browse files
authored
Merge pull request #3786 from AlchemyCMS/release/v8.0.10
Release v8.0.10
2 parents fcca7f5 + ca388f1 commit cc506f0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.10 (2026-03-24)
4+
5+
## What's Changed
6+
* [8.0-stable] Dashboard | Fix redirect after unlocking by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3734
7+
* [8.0-stable] Fix top_menu width by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3764
8+
* [8.0-stable] Fix flaky picture library update spec by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3774
9+
* [8.0-stable] Fix update check URL to avoid redirect by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3784
10+
11+
12+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.9...v8.0.10
13+
314
## 8.0.9 (2026-03-06)
415

516
## What's Changed

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.0.9"
4+
VERSION = "8.0.10"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)