We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b3de0 + 00b978e commit 1dfaea1Copy full SHA for 1dfaea1
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 8.1.0 (2026-02-09)
15
16
<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->
lib/alchemy/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Alchemy
- VERSION = "8.1.0"
+ VERSION = "8.1.1"
def self.version
VERSION
0 commit comments