Skip to content

Commit 1dfaea1

Browse files
authored
Merge pull request #3673 from AlchemyCMS/release/v8.1.1
2 parents 12b3de0 + 00b978e commit 1dfaea1

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

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.1.1 (2026-02-09)
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(page tree): Use edit link in top frame by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3672
10+
11+
12+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.1.0...v8.1.1
13+
314
## 8.1.0 (2026-02-09)
415

516
<!-- 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.0"
4+
VERSION = "8.1.1"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)