diff --git a/CHANGELOG.md b/CHANGELOG.md index f0cad32..b5ce7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.3](https://github.com/Lansoweb/koa-mongo-crud/compare/1.2.2...1.2.3) (2019-10-01) + + +### Bug Fixes + +* **auth:** change to request path in allowed routes ([4425453](https://github.com/Lansoweb/koa-mongo-crud/commit/4425453)) +* **auth.js:** fix allowed routes in url with query string ([0b8a1bc](https://github.com/Lansoweb/koa-mongo-crud/commit/0b8a1bc)) + ## [1.2.2](https://github.com/Lansoweb/koa-mongo-crud/compare/1.2.1...1.2.2) (2019-09-18) diff --git a/package.json b/package.json index bf04ced..21daf10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-mongo-crud", - "version": "1.2.2", + "version": "1.2.3", "description": "Base API for CRUD using koa and mongo", "main": "index.js", "repository": "git@github.com:Lansoweb/koa-mongo-crud.git",