Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jul 19, 2023
1 parent d52860e commit 3218882
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Authentication Zero 3.0.0 ##

* Use the new normalizes API
* Use the new password_challenge API
* Use the new authenticate_by API
* Use the new generates_token_for API

## Authentication Zero 2.16.35 ##

* Adjust relationship so that account has many users
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.16.36)
authentication-zero (3.0.0.alpha1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The purpose of authentication zero is to generate a pre-built authentication sys
## Installation

```
$ bundle add authentication-zero
$ bundle add authentication-zero --version=3.0.0.alpha1
```

## Usage
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.16.36"
VERSION = "3.0.0.alpha1"
end

0 comments on commit 3218882

Please sign in to comment.