From d1e2ae37156056bd498be3af9cf246c7a74ef354 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Mon, 12 Aug 2024 05:46:25 -0500 Subject: [PATCH] Sync latest changes from master branch Last commit to master branch: adbaed0c6b133432c8ed9fd691fc6166855c9147 --- .github/dependabot.yml | 1 - CHANGELOG.md | 25 ++++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cfc51df..1d0a27c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -86,4 +86,3 @@ updates: - dependency-type: "all" commit-message: prefix: "CI Dependency" - diff --git a/CHANGELOG.md b/CHANGELOG.md index 1501447..7e5013b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,28 @@ The following types of changes will be recorded in this file: - placeholder +## [v2.11.0] - 2024-08-02 + +### Added + +- (GH-275) Add initial support for Workflow connectors + +### Changed + +#### Dependency Updates + +- (GH-259) Go Dependency: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 + +#### Other + +- (GH-272) Documentation refresh for O365 & Workflow connectors + +### Fixed + +- (GH-261) Remove inactive maligned linter +- (GH-274) Fix validation for `Action.Type` field +- (GH-283) Update CodeQL workflow to run on dev branch PRs + ## [v2.10.0] - 2024-02-22 ### Added @@ -523,7 +545,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.10.0...HEAD +[Unreleased]: https://github.com/atc0005/go-teams-notify/compare/v2.11.0...HEAD +[v2.11.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.11.0 [v2.10.0]: https://github.com/atc0005/go-teams-notify/releases/tag/v2.10.0 [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