Skip to content

Commit

Permalink
Prepare for 4.4.0 release (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo authored Jun 13, 2022
1 parent d6cc097 commit d85c1dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions datadog-monitors-monitor-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.4.0 / 2022-06-13

* [Added] Add missing monitor type and bump common package version. See [#221](https://github.com/DataDog/datadog-cloudformation-resources/pull/221).
* [Added] Add missing monitor fields. See [#216](https://github.com/DataDog/datadog-cloudformation-resources/pull/216). Thanks [huyngogia1997](https://github.com/huyngogia1997)

## 4.3.0 / 2022-05-19

* [Added] Add missing monitors alert types and bump common package in all resources. See [#207](https://github.com/DataDog/datadog-cloudformation-resources/pull/207).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"typeName": "Datadog::Monitors::Monitor",
"description": "Datadog Monitor 4.3.0",
"description": "Datadog Monitor 4.4.0",
"typeConfiguration": {
"properties": {
"DatadogCredentials": {
Expand Down
2 changes: 1 addition & 1 deletion datadog-monitors-monitor-handler/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog::Monitors::Monitor

Datadog Monitor 4.3.0
Datadog Monitor 4.4.0

## Syntax

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.3.0"
__version__ = "4.4.0"

0 comments on commit d85c1dc

Please sign in to comment.