Skip to content

Commit 3e5be55

Browse files
author
alchemycms-bot
committed
Release v8.1.2
1 parent 51d9e60 commit 3e5be55

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 8.1.2 (2026-02-10)
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] Set `public_until` instead of clearing `public_on` when unpublishing elements by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3676
10+
11+
12+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.1.1...v8.1.2
13+
314
## 8.1.1 (2026-02-09)
415

516
<!-- 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.1"
4+
VERSION = "8.1.2"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)