Skip to content

Commit cb86e5a

Browse files
committed
Bump alchemy-devise to 8.0.1
1 parent 2398b67 commit cb86e5a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 8.0.1 (2025-12-04)
4+
5+
- [8.0-stable] Merge pull request #237 from AlchemyCMS/devise-rememberable [#243](https://github.com/AlchemyCMS/alchemy-devise/pull/243) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
6+
- [8.0-stable] Merge pull request #236 from AlchemyCMS/alchemy-config [#242](https://github.com/AlchemyCMS/alchemy-devise/pull/242) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
7+
- [8.0-stable] Merge pull request #238 from robinboening/fix_missing_clear_buttons [#241](https://github.com/AlchemyCMS/alchemy-devise/pull/241) ([alchemycms-bot](https://github.com/apps/alchemycms-bot))
8+
- Enable rememberable module [#237](https://github.com/AlchemyCMS/alchemy-devise/pull/237) ([tvdeyen](https://github.com/tvdeyen))
9+
- Use Alchemy::Configuration for config [#236](https://github.com/AlchemyCMS/alchemy-devise/pull/236) ([tvdeyen](https://github.com/tvdeyen))
10+
- Set 8.0-stable branch to current `main` [#232](https://github.com/AlchemyCMS/alchemy-devise/pull/232) ([mamhoff](https://github.com/mamhoff))
11+
312
## 8.0.0 (2025-11-28)
413

514
- 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.0.0"
3+
VERSION = "8.0.1"
44
end
55
end

0 commit comments

Comments
 (0)