Skip to content

Commit

Permalink
Bump to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Apr 19, 2021
1 parent 541e619 commit c3d6e79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.11.0 - 2021-04-19

* Send `redirect_with_error=1` to redirect flow and handle errors like in OAuth spec.
* Support `error_path_for` for custom error handling.
* Automatically set `state` parameter for OAuth login and check response to protect
Expand Down
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zaikio-oauth_client (0.10.0)
zaikio-oauth_client (0.11.0)
actionpack (>= 5.0.0)
activerecord (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -52,11 +52,15 @@ GEM
crass (1.0.6)
erubi (1.10.0)
erubis (2.7.0)
faraday (1.3.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.14.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -98,7 +102,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oj (3.11.4)
oj (3.11.5)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/zaikio/oauth_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zaikio
module OAuthClient
VERSION = "0.10.0".freeze
VERSION = "0.11.0".freeze
end
end

0 comments on commit c3d6e79

Please sign in to comment.