Skip to content

Commit

Permalink
📦 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Sep 4, 2018
1 parent 9a2ab0e commit 321c34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 2.0.0
### Changed
* `authorize` function argument is now the full Express request object
* Authorization token may be delivered by query parameter `token` or the `authorization` header
Expand All @@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
* Initial release of an authentication plugin for Koop that leverages a file-based user-store.

[2.0.0]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.1.0...v1.2.0
[1.1.1]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.0.0...v1.1.0
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": "@koopjs/auth-direct-file",
"version": "1.2.0",
"version": "2.0.0",
"description": "Module for implementing a direct authentication pattern with file-based user-store in Koop",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 321c34f

Please sign in to comment.