Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Mar 2, 2022
1 parent b816e15 commit 923813e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Authentication Zero 2.7.0 (March 2, 2022) ##

* Implemented omniauth

## Authentication Zero 2.6.0 (March 1, 2022) ##

* Implemented ratelimit
Expand Down
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:
authentication-zero (2.6.0)
authentication-zero (2.7.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/authentication_zero/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AuthenticationZero
VERSION = "2.6.0"
VERSION = "2.7.0"
end

0 comments on commit 923813e

Please sign in to comment.