Skip to content

Commit

Permalink
Bump version to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Apr 21, 2021
1 parent c9c6fd4 commit 2ab00d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.11.1 - 2021-04-21

* Update zaikio-jwt_auth dependency

## 0.11.0 - 2021-04-19

* Send `redirect_with_error=1` to redirect flow and handle errors like in OAuth spec.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zaikio-oauth_client (0.11.0)
zaikio-oauth_client (0.11.1)
actionpack (>= 5.0.0)
activerecord (>= 5.0.0)
activesupport (>= 5.0.0)
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.11.0".freeze
VERSION = "0.11.1".freeze
end
end

0 comments on commit 2ab00d1

Please sign in to comment.