We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ae91c commit 9ba4108Copy full SHA for 9ba4108
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v0.4.1
2
+
3
+## Fixes
4
5
+- `redirect_url` was receiving the `denied` context instead of the controller's context;
6
7
# v0.4.0
8
9
## Fixes
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- authorizy (0.4.0)
+ authorizy (0.4.1)
GEM
remote: https://rubygems.org/
lib/authorizy/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Authorizy
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
end
0 commit comments