Skip to content

Commit

Permalink
Merge pull request #54 from atc0005/update-changelog-for-v0.4.0-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v0.4.0 release
  • Loading branch information
atc0005 authored Apr 19, 2020
2 parents 44c4d77 + e5d1f1c commit 65b5ac4
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,26 @@ The following types of changes will be recorded in this file:

- placeholder

## [v0.4.0] - 2020-04-19

### Added

- Pin `atc0005/go-teams-notify` at commit
atc0005/go-teams-notify@55cca556e7267ec69dc41180591bf666b12321f5
- provides new `API.SendWithContext()` method

- `teams` subpackage `SendMessage()` now accepts a context and uses it to
instrument the new `API.SendWithContext()` method

- Add default `TeamsSubmissionTimeout` to mirror original
`dasrick/go-teams-notify` v1 http client timeout

### Changed

- `teams.SendMessage()`
- now requires a context
- Tweak log messages to note the current and total number of attempts allowed

## [v0.3.1] - 2020-04-18

### Fixed
Expand Down Expand Up @@ -183,7 +203,8 @@ This initial prototype supports/provides:
- GitHub Actions linting and build checks
- Makefile for general use cases

[Unreleased]: https://github.com/atc0005/send2teams/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/atc0005/send2teams/compare/v0.4.0...HEAD
[v0.4.0]: https://github.com/atc0005/send2teams/releases/tag/v0.4.0
[v0.3.1]: https://github.com/atc0005/send2teams/releases/tag/v0.3.1
[v0.3.0]: https://github.com/atc0005/send2teams/releases/tag/v0.3.0
[v0.2.5]: https://github.com/atc0005/send2teams/releases/tag/v0.2.5
Expand Down

0 comments on commit 65b5ac4

Please sign in to comment.