Skip to content

Commit d21f435

Browse files
author
alchemycms-bot
committed
Release v8.1.0
1 parent 2537e1b commit d21f435

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 8.1.0 (2026-02-02)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->
6+
7+
## What's Changed
8+
### Breaking Changes
9+
* Update Alchemy to 8.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/251
10+
### New Features
11+
* Allow Devise 5.0 by @dependabot[bot] in https://github.com/AlchemyCMS/alchemy-devise/pull/246
12+
* Add devise-i18n locales by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/248
13+
* feat: Enable Devise.paranoid mode by default by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/247
14+
### Dependencies
15+
* Allow Rails 8.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/235
16+
### Other Changes
17+
* allow removal of alchemy_roles in UI by @robinboening in https://github.com/AlchemyCMS/alchemy-devise/pull/238
18+
* Add backport tool by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/239
19+
* Pass rubygems_api_key secret to release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/245
20+
* fix: Convert `Devise.sign_out_via` to String by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/249
21+
* chore(CI): Test Alchemy 8.1-stable by @tvdeyen in https://github.com/AlchemyCMS/alchemy-devise/pull/250
22+
23+
24+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-devise/compare/v8.0.0...v8.1.0
25+
326
## 8.0.0 (2025-11-28)
427

528
- Enable rememberable module [#237](https://github.com/AlchemyCMS/alchemy-devise/pull/237) ([tvdeyen](https://github.com/tvdeyen))

lib/alchemy/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Devise
3-
VERSION = "8.1.0.a"
3+
VERSION = "8.1.0"
44
end
55
end

0 commit comments

Comments
 (0)