Skip to content

Commit 327cc67

Browse files
authored
Merge pull request #83 from AlchemyCMS/release/v5.0.1
Release v5.0.1
2 parents 37ec6bf + 1ec3efb commit 327cc67

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 5.0.1 (2026-01-06)
4+
5+
## What's Changed
6+
* Add announcement secrets to post-release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/79
7+
* Pass rubygems_api_key secret to release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/80
8+
* Fix install generator for Alchemy 8.0 by @Copilot in https://github.com/AlchemyCMS/alchemy_i18n/pull/82
9+
10+
## New Contributors
11+
* @Copilot made their first contribution in https://github.com/AlchemyCMS/alchemy_i18n/pull/82
12+
13+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_i18n/compare/v5.0.0...v5.0.1
14+
315
## 5.0.0 (2025-12-08)
416

517
## What's Changed

lib/alchemy_i18n/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AlchemyI18n
2-
VERSION = "5.0.0"
2+
VERSION = "5.0.1"
33
end

0 commit comments

Comments
 (0)