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 #12 from atc0005/update-changelog-for-v0.1.1-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.1.1 release
  • Loading branch information
atc0005 authored Jun 17, 2020
2 parents 4bdc49b + fc6f8c6 commit cd17a94
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,36 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.1.1] - 2020-06-17

### Added

- New `TerminateUserSessionResults` type

- New `HasError()` method to report whether an error was recorded when
terminating user sessions

### Changed

- Return type for multiple functions changed from
`[]TerminateUserSessionResult` to `TerminateUserSessionResults`

- Enable Dependabot updates
- GitHub Actions
- Go Modules

- Update dependencies
- `actions/setup-go`
- `v1` to `v2.0.3`
- `actions/checkout`
- `v1` to `v2.3.0`
- `actions/setup-node`
- `v1` to `v2.0.0`

### Fixed

- Doc comment: Fix name of MatchingUserSessions func

## [v0.1.0] - 2020-06-09

Initial release!
Expand Down Expand Up @@ -64,7 +94,8 @@ application is released (currently pending review).

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

[Unreleased]: https://github.com/atc0005/go-ezproxy/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/atc0005/go-ezproxy/compare/v0.1.1...HEAD
[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

<!-- General footnotes here -->
Expand Down

0 comments on commit cd17a94

Please sign in to comment.