Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from atc0005/update-changelog-for-v0.1.2-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.1.2 release
  • Loading branch information
atc0005 authored Jun 19, 2020
2 parents 7b906b8 + 4700eb8 commit d94276b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -94,7 +107,8 @@ application is released (currently pending review).

<!-- Version header ref links here -->

[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

Expand Down

0 comments on commit d94276b

Please sign in to comment.