Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurado01 committed Jul 10, 2021
1 parent fba5417 commit 54c0f41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 2.0.3 - 2021-07-10

#### Fixes

* Tokens conflict
* Missing helper on controllers
* Error on installation (rails 6.1)
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:
rails_jwt_auth (2.0.2)
rails_jwt_auth (2.0.3)
bcrypt (~> 3.1)
jwt (~> 2.1)
rails (>= 5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_jwt_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsJwtAuth
VERSION = '2.0.2'
VERSION = '2.0.3'
end

0 comments on commit 54c0f41

Please sign in to comment.