Skip to content

Commit

Permalink
📦 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed May 29, 2018
1 parent a011ea0 commit a40a7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
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

## [1.0.0] - 2018-05-22
### 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
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.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": {
Expand Down

0 comments on commit a40a7a0

Please sign in to comment.