Skip to content

Commit 9ba4108

Browse files
committed
v0.4.1
1 parent 04ae91c commit 9ba4108

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# v0.4.0
28

39
## Fixes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
authorizy (0.4.0)
4+
authorizy (0.4.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/authorizy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Authorizy
4-
VERSION = '0.4.0'
4+
VERSION = '0.4.1'
55
end

0 commit comments

Comments
 (0)