Skip to content

Commit

Permalink
Bump version to v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Aug 20, 2021
1 parent cf0e1b1 commit dd952af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.15.1 - 2021-08-20

* Consider `valid_for` when fetching AccessTokens from the database, and only return
tokens which meet the expected validity period.
tokens which meet the expected validity period. This reduces the likelihood of needing
to refresh the token before you can use it.

## 0.15.0 - 2021-08-13

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.15.0)
zaikio-oauth_client (0.15.1)
actionpack (>= 5.0.0)
activerecord (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oj (3.13.1)
oj (3.13.2)
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -235,4 +235,4 @@ DEPENDENCIES
zaikio-oauth_client!

BUNDLED WITH
2.2.3
2.2.22
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.15.0".freeze
VERSION = "0.15.1".freeze
end
end

0 comments on commit dd952af

Please sign in to comment.