Skip to content

Commit

Permalink
Sync latest changes from master branch
Browse files Browse the repository at this point in the history
Last commit to master branch: adbaed0
  • Loading branch information
atc0005 committed Aug 12, 2024
1 parent fad61da commit d1e2ae3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ updates:
- dependency-type: "all"
commit-message:
prefix: "CI Dependency"

25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1e2ae3

Please sign in to comment.