From 4700eb8d1096c8fe5b6fa18b8dedba8f8d4db6d9 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 19 Jun 2020 06:39:56 -0500 Subject: [PATCH] Update CHANGELOG for v0.1.2 release --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa36136..28029d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,19 @@ The following types of changes will be recorded in this file: - placeholder +## [v0.1.2] - 2020-06-19 + +### Changed + +- Embed `UserSession` within `TerminateSessionResult` instead of + cherry-picking specific values. The intent is to allow deeper layers of + client code to easily access the original `UserSession` field values (e.g., + IP Address). + +- Update dependencies + - `actions/checkout` + - `v2.3.0` to `v2.3.1` + ## [v0.1.1] - 2020-06-17 ### Added @@ -94,7 +107,8 @@ application is released (currently pending review). -[Unreleased]: https://github.com/atc0005/go-ezproxy/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/atc0005/go-ezproxy/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.1 [v0.1.1]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.1 [v0.1.0]: https://github.com/atc0005/go-ezproxy/releases/tag/v0.1.0