Skip to content

Commit

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

## Unreleased

## 0.17.0 - 2021-09-23

* Retry SSO-flow if code is not valid (anymore)

## 0.16.0 - 2021-08-25

* Support `prompt_email_confirmation` option for SSO
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zaikio-oauth_client (0.16.0)
zaikio-oauth_client (0.17.0)
actionpack (>= 5.0.0)
activerecord (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
crass (1.0.6)
erubi (1.10.0)
erubis (2.7.0)
faraday (1.7.0)
faraday (1.8.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oj (3.13.2)
oj (3.13.7)
parallel (1.21.0)
parser (3.0.2.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.16.0".freeze
VERSION = "0.17.0".freeze
end
end

0 comments on commit 8eb8f61

Please sign in to comment.