Skip to content

Commit 8ad0fcf

Browse files
author
alchemycms-bot
committed
Release v8.0.12
1 parent 245b952 commit 8ad0fcf

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

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.12 (2026-04-28)
4+
5+
## What's Changed
6+
* [8.0-stable] fix(Configuration): Delegate to_json to to_h by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3806
7+
* [8.0-stable] chore: Wait for turbo in picture-descriptions feature spec by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3820
8+
* [8.0-stable] Fix Attachment#deletable? false positives by @alchemycms-ci-bot in https://github.com/AlchemyCMS/alchemy_cms/pull/3861
9+
10+
11+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.0.11...v8.0.12
12+
313
## 8.0.11 (2026-03-27)
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.11"
4+
VERSION = "8.0.12"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)