Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 16, 2017
1 parent 8deee57 commit 47fcfe5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.0.3"></a>
## [2.0.3](https://github.com/adonisjs/adonis-auth/compare/v2.0.2...v2.0.3) (2017-08-16)


### Features

* **middleware:** add auth middleware ([50e7346](https://github.com/adonisjs/adonis-auth/commit/50e7346))
* **schemes:** add api tokens scheme ([b4c98d7](https://github.com/adonisjs/adonis-auth/commit/b4c98d7))



<a name="2.0.2"></a>
## [2.0.2](https://github.com/adonisjs/adonis-auth/compare/v2.0.1...v2.0.2) (2017-08-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/auth",
"version": "2.0.2",
"version": "2.0.3",
"description": "Offical authentication provider for Adonis framework",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 47fcfe5

Please sign in to comment.