diff --git a/CHANGELOG.md b/CHANGELOG.md index 0011e7e..c36d2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.37.0 / 2023-09-05 + +* [Added] Bump embedded Datadog Agent version to 7.46.0. Read more about it [here](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst#7460--6460). +* [Added] Add support for cflinuxfs4 stack. See [#174](https://github.com/DataDog/datadog-cloudfoundry-buildpack/pull/174). +* [Added] Standardize DD_TAGS format. See [#162](https://github.com/DataDog/datadog-cloudfoundry-buildpack/pull/162). +* [Fixed] Fix missing tags in extra logs sources. See [#175](https://github.com/DataDog/datadog-cloudfoundry-buildpack/pull/175). + ## 4.36.0 / 2023-06-22 * [Added] Add `buildpack_version` tag to logs, traces and metrics. See [#166](https://github.com/DataDog/datadog-cloudfoundry-buildpack/pull/166). A `VERSION` file is also added to the root of the `DATADOG_DIR` folder. diff --git a/VERSION b/VERSION index 05ca23e..69c4276 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.36.0 +4.37.0