From 95c5ebfc768e5247c9026f064282bb7ee09d53e8 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Mon, 11 Dec 2023 11:16:31 +0100 Subject: [PATCH] Add 0.5.1 to CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e01f85..b8db8cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## [Unreleased] +## [0.5.1] - 2023-12-11 + +### Fixed + +* do not collect environment tags when CI is not enabled ([#87][]) + +### Changed + +* Move private classes and modules deeper in module hierarchy ([#85][]) +* update appraisal dependencies ([#84][]) + ## [0.5.0] - 2023-12-06 ### Test suite level visibility @@ -101,7 +112,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil * Ruby versions < 2.7 no longer supported ([#8][]) -[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...main +[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.1...main +[0.5.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.3.0...v0.4.0 @@ -138,4 +150,7 @@ Currently test suite level visibility is not used by our instrumentation: it wil [#79]: https://github.com/DataDog/datadog-ci-rb/issues/79 [#80]: https://github.com/DataDog/datadog-ci-rb/issues/80 [#81]: https://github.com/DataDog/datadog-ci-rb/issues/81 -[#82]: https://github.com/DataDog/datadog-ci-rb/issues/82 \ No newline at end of file +[#82]: https://github.com/DataDog/datadog-ci-rb/issues/82 +[#84]: https://github.com/DataDog/datadog-ci-rb/issues/84 +[#85]: https://github.com/DataDog/datadog-ci-rb/issues/85 +[#87]: https://github.com/DataDog/datadog-ci-rb/issues/87