Skip to content

Commit c03893b

Browse files
authored
Merge pull request #3729 from AlchemyCMS/release/v8.0.9
Release v8.0.9
2 parents 2415070 + 1fb7ca3 commit c03893b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.9 (2026-03-06)
4+
5+
## What's Changed
6+
* [8.0-stable] Fix page cache flush not invalidating ETags by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3719
7+
* [8.0-stable] fix(Page Cache Flushing): Only touch public page versions by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3722
8+
* [8.0-stable] CI: Use shorter readiness times by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3727
9+
10+
11+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.8...v8.0.9
12+
313
## 8.0.8 (2026-02-17)
414

515
## 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.8"
4+
VERSION = "8.0.9"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)