Skip to content

Commit

Permalink
Bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Mar 9, 2021
1 parent 6f060c7 commit 2da5c13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.7.0

* Don't set `cookies.encrypted[:origin]` when passing `?origin` to `new_session_path`
* `show_signup`, `force_login` and `state` params are now passed through `new_session_path`.

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.5.1)
zaikio-oauth_client (0.7.0)
oauth2
rails (>= 5.0.0)
zaikio-jwt_auth (>= 0.2.1, < 0.5.0)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
nio4r (2.5.5)
nio4r (2.5.7)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
Expand Down Expand Up @@ -269,4 +269,4 @@ DEPENDENCIES
zaikio-oauth_client!

BUNDLED WITH
2.1.4
2.2.3
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.6.1".freeze
VERSION = "0.7.0".freeze
end
end

0 comments on commit 2da5c13

Please sign in to comment.