diff --git a/projects/ngx-security/CHANGELOG.md b/projects/ngx-security/CHANGELOG.md index f864a2e..b147e1c 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.2.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.1.0...ngx-security@0.2.0) (2018-10-03) + + +### Features + +* Adding a NgxSecurityGuard ([e326426](https://github.com/mselerin/ngx-security/commit/e326426)) + + + + + # [0.1.0](https://github.com/mselerin/ngx-security/compare/ngx-security@0.0.1...ngx-security@0.1.0) (2018-10-03) diff --git a/projects/ngx-security/package.json b/projects/ngx-security/package.json index 6c81655..62df103 100644 --- a/projects/ngx-security/package.json +++ b/projects/ngx-security/package.json @@ -1,6 +1,6 @@ { "name": "ngx-security", - "version": "0.1.0", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/mselerin/ngx-security"