From 47af718a16b1480b9c5318a2b6102d055b1d3cbb Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 25 Jan 2024 07:25:14 -0600 Subject: [PATCH] Update CHANGELOG for v2.9.0 release --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e41b49..40ce825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,25 @@ The following types of changes will be recorded in this file: - placeholder +## [v2.9.0] - 2024-01-25 + +### Added + +- (GH-241) Add proxy server examples +- (GH-251) Initial support for toggling visibility + +### Changed + +#### Dependency Updates + +- (GH-238) ghaw: bump actions/checkout from 3 to 4 +- (GH-248) ghaw: bump github/codeql-action from 2 to 3 +- (GH-236) Update Dependabot config to monitor both branches + +#### Other + +- (GH-244) Update Go Doc comment formatting + ## [v2.8.0] - 2023-07-21 ### Added @@ -491,7 +510,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.8.0...HEAD +[Unreleased]: https://github.com/atc0005/go-teams-notify/compare/v2.9.0...HEAD +[v2.9.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.9.0 [v2.8.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.8.0 [v2.7.1]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.7.1 [v2.7.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.7.0