diff --git a/projects/ngx-security/CHANGELOG.md b/projects/ngx-security/CHANGELOG.md index b147e1c..1b51075 100644 --- a/projects/ngx-security/CHANGELOG.md +++ b/projects/ngx-security/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.2.0...ngx-security@0.3.0) (2018-10-03) + + +### Features + +* adding authorizedHandler inside NgxSecurityGuard ([9bea295](https://github.com/mselerin/ngx-security/commit/9bea295)) + + + + + # [0.2.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.1.0...ngx-security@0.2.0) (2018-10-03) diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index 62df103..6bf1ee4 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"