We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66937cc commit f0a82c1Copy full SHA for f0a82c1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
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
8
### 0.5.1 - 2020-11-08
9
10
* Bug fixes
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- api_guard (0.5.2)
+ api_guard (0.6.0)
jwt (~> 2.2)
GEM
lib/api_guard/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ApiGuard
- VERSION = '0.5.2'
+ VERSION = '0.6.0'
end
0 commit comments