diff --git a/CHANGELOG.md b/CHANGELOG.md index 64eccbe..9736650 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 +## [1.1.0] - 2018-05-29 ## Added * new option `useHttp`. Must be a boolean. This will get added verbatim to the result of authenticationSpecification function @@ -10,5 +10,5 @@ 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. - +[1.1.0]: https://github.com/koopjs/koop-auth-direct-file/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/koopjs/koop-auth-direct-file/releases/tag/v1.0.0 diff --git a/package.json b/package.json index cc104a7..899d468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koopjs/auth-direct-file", - "version": "1.0.0", + "version": "1.1.0", "description": "Module for implementing a direct authentication pattern with file-based user-store in Koop", "main": "dist/index.js", "scripts": {