From cad9891dead73e02f0f8293548c9c5992dff97d7 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 Oct 2018 11:32:57 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029f2c2..35cc6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +... + +## [1.0.3] - 2018-10-18 +### Fixed +- Resolve dependencies for OidcService +- Fix Redirect Logout button in example app ## [1.0.2] - 2018-10-18 ### Fixed @@ -21,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First release +[1.0.3]: https://github.com/fileless/ng-oidc-client/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/fileless/ng-oidc-client/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/fileless/ng-oidc-client/compare/v1.0.0...v1.0.1