diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e32c61b..2f07fefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.27.2](https://github.com/keptn-contrib/dynatrace-service/compare/0.27.1...0.27.2) (2023-11-27) + +### Release validated with + | Dynatrace-service: `0.27.2` | Keptn: `1.4.4` | Dynatrace: `1.279` | + |---|---|---| + + +### Bug Fixes + +* update golang docker tag to v1.20.11 ([abe89b8](https://github.com/keptn-contrib/dynatrace-service/commit/abe89b864b0412c22d7cde71fa3750aa69661cef)) + +### Dependencies +* lots of dependency updates + ## [0.27.1](https://github.com/keptn-contrib/dynatrace-service/compare/0.27.0...0.27.1) (2023-07-31) ### Release validated with diff --git a/README.md b/README.md index cade2173..0ed10ff4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ |||| |---|---|---| -| Dynatrace-service: `0.27.1` | Keptn: `1.4.0` | Dynatrace: `1.271` | +| Dynatrace-service: `0.27.2` | Keptn: `1.4.4` | Dynatrace: `1.279` | ## Overview diff --git a/documentation/compatibility.md b/documentation/compatibility.md index fff380aa..5df1a4f3 100644 --- a/documentation/compatibility.md +++ b/documentation/compatibility.md @@ -15,3 +15,4 @@ With each release, the dynatrace-service is tested and verified to work with a r | `0.26.0` | `0.19.3` | `1.256` | | `0.27.0` | `1.2.0` | `1.260` | | `0.27.1` | `1.4.0` | `1.271` | +| `0.27.2` | `1.4.4` | `1.279` | diff --git a/x-release-please-version.json b/x-release-please-version.json index b3cc0b94..1beb44bc 100644 --- a/x-release-please-version.json +++ b/x-release-please-version.json @@ -1,4 +1,4 @@ { - "x-release-please-version": "0.27.1" + "x-release-please-version": "0.27.2" }