Skip to content

Commit b67c861

Browse files
author
alchemycms-bot
committed
Release v8.1.3
1 parent 0b85b96 commit b67c861

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 8.1.3 (2026-02-17)
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 required field indicator to only show for presence validations by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3680
10+
* [8.1-stable] fix(LinkDialog): Fix anchor regex to handle hyphens in URL fragments by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3686
11+
12+
13+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.1.2...v8.1.3
14+
315
## 8.1.2 (2026-02-10)
416

517
<!-- 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.2"
4+
VERSION = "8.1.3"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)