Skip to content

Commit 39bee10

Browse files
author
alchemycms-bot
committed
Release v8.0.8
1 parent 9dfe8bc commit 39bee10

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.8 (2026-02-17)
4+
5+
## What's Changed
6+
* [8.0-stable] Include credentials in update check fetch request by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3663
7+
* [8.0-stable] fix(LinkDialog): Fix anchor regex to handle hyphens in URL fragments by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3685
8+
9+
10+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.7...v8.0.8
11+
312
## 8.0.7 (2026-02-06)
413

514
## 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.7"
4+
VERSION = "8.0.8"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)