Skip to content

Commit f0a82c1

Browse files
committed
Release version 0.6.0
1 parent 66937cc commit f0a82c1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 0.6.0 - 2022-03-21
4+
5+
* Features
6+
* [Pull #55](https://github.com/Gokul595/api_guard/pull/55) - Adds expiry to refresh tokens.
7+
38
### 0.5.1 - 2020-11-08
49

510
* Bug fixes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
api_guard (0.5.2)
4+
api_guard (0.6.0)
55
jwt (~> 2.2)
66

77
GEM

lib/api_guard/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApiGuard
4-
VERSION = '0.5.2'
4+
VERSION = '0.6.0'
55
end

0 commit comments

Comments
 (0)