Skip to content

Commit ca1795b

Browse files
author
alchemycms-bot
committed
Release v8.2.1
1 parent 83578a4 commit ca1795b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 8.2.1 (2026-04-16)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at 8.2-stable -->
6+
7+
## What's Changed
8+
### Other Changes
9+
* [8.2-stable] fix(alchemy-notice): Use default font size for headings by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3834
10+
* [8.2-stable] feat(LocaleSelect): Make auto_submit toggable by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy_cms/pull/3836
11+
12+
13+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_cms/compare/v8.2.0...v8.2.1
14+
315
## 8.2.0 (2026-04-08)
416

517
<!-- Release notes generated using configuration in .github/release.yml at main -->

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.2.0"
4+
VERSION = "8.2.1"
55

66
def self.version
77
VERSION

0 commit comments

Comments
 (0)