We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3616796 + 0d95c72 commit 47c061dCopy full SHA for 47c061d
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.3.1 (2019-10-21)
2
+
3
+- add config/manifest.js to dummy app [#93](https://github.com/AlchemyCMS/alchemy-devise/pull/93) ([rmparr](https://github.com/rmparr))
4
+- Use at least Devise 4.7.1 [#90](https://github.com/AlchemyCMS/alchemy-devise/pull/90) ([tvdeyen](https://github.com/tvdeyen))
5
+- Rename Alchemy::BaseController extension constant [#87](https://github.com/AlchemyCMS/alchemy-devise/pull/87) ([tvdeyen](https://github.com/tvdeyen))
6
7
## 4.3.0 (2019-08-23)
8
9
- Move test dependencies [#86](https://github.com/AlchemyCMS/alchemy-devise/pull/86) ([tvdeyen](https://github.com/tvdeyen))
lib/alchemy/devise/version.rb
@@ -1,5 +1,5 @@
module Alchemy
module Devise
- VERSION = "4.3.0"
+ VERSION = "4.3.1"
end
0 commit comments