Skip to content

Commit

Permalink
Bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jalyna committed Mar 31, 2021
1 parent 35e5dc8 commit 13f971c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## 0.8.1 - 2021-03-31

* Destroy access token with invalid refresh token

## [0.8.0] - 2021-03-30
## 0.8.0 - 2021-03-30

* Always destroy old access token after successful Hub API call in `Zaikio::AccessToken#refresh!` and return `nil` if refreshing fails.
* Add `.find_usable_access_token` helper method to get a token without making a Hub API call to refresh it
Expand Down Expand Up @@ -54,6 +56,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.4.2 - 2021-01-11

* Fix compatibility issues with Ruby 3.0

[Unreleased]: https://github.com/zaikio/zaikio-oauth_client/compare/v0.8.0..HEAD
[0.8.0]: https://github.com/zaikio/zaikio-oauth_client/compare/v0.7.2..v0.8.0
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.8.0)
zaikio-oauth_client (0.8.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.8.0".freeze
VERSION = "0.8.1".freeze
end
end

0 comments on commit 13f971c

Please sign in to comment.