Skip to content

Commit

Permalink
Merge pull request #57 from atc0005/update-changelog-for-v2.3.0-release
Browse files Browse the repository at this point in the history
Update CHANGELOG for v2.3.0 release
  • Loading branch information
atc0005 committed Aug 29, 2020
2 parents aa69697 + 72237f3 commit 399eb96
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,23 @@ The following types of changes will be recorded in this file:

- placeholder

## [v2.2.0] - 2020-8-28
## [v2.3.0] - 2020-08-29

### Added

- Add package-level logging for formatting functions
- as with other package-level logging, this is disabled by default

- API
- add `SendWithRetry` method based on the `teams.SendMessage` function from
the `atc0005/send2teams` project
- actively working to move relevant content from that project to this one

### Fixed

- YYYY-MM-DD date formatting of changelog version entries

## [v2.2.0] - 2020-08-28

### Added

Expand Down Expand Up @@ -188,7 +204,7 @@ The following types of changes will be recorded in this file:
- switch from `golint` to `golangci-lint`
- add more golang versions to pass via travis-ci

## [v1.3.1] - 2020-3-29
## [v1.3.1] - 2020-03-29

### Fixed

Expand Down Expand Up @@ -240,7 +256,8 @@ The following types of changes will be recorded in this file:

- add initial functionality of sending messages to MS Teams channel

[Unreleased]: https://github.com/atc0005/go-teams-notify/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/atc0005/go-teams-notify/compare/v2.3.0...HEAD
[v2.3.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.3.0
[v2.2.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.2.0
[v2.1.1]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.1.1
[v2.1.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.1.0
Expand Down

0 comments on commit 399eb96

Please sign in to comment.