diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a07d12..d0ed641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 4826d14..4e932c6 100644 --- a/package.json +++ b/package.json @@ -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": {