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 b889000 + b4145e6 commit 0c7af6cCopy full SHA for 0c7af6c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 8.0.2 (2025-12-24)
4
+
5
+## What's Changed
6
+* [8.0-stable] Even more style fixes by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3540
7
8
9
+**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.1...v8.0.2
10
11
## 8.0.1 (2025-12-23)
12
13
## What's Changed
lib/alchemy/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Alchemy
- VERSION = "8.0.1"
+ VERSION = "8.0.2"
def self.version
VERSION
0 commit comments