From 44308168b534c3a39f11ce5f8b471a77b0572fa8 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Fri, 18 Oct 2024 14:03:24 +0200 Subject: [PATCH] Add 1.8.1 to CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff121a79..13c92bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased] +## [1.8.1] - 2024-10-18 + + +### Fixed +* Make --spec-path option available to skipped-tests-estimate cli command ([#250][]) + ## [1.8.0] - 2024-10-17 ### Added @@ -350,7 +356,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/v1.8.0...main +[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.8.1...main +[1.8.1]: https://github.com/DataDog/datadog-ci-rb/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.5.0...v1.6.0 @@ -505,4 +512,5 @@ Currently test suite level visibility is not used by our instrumentation: it wil [#242]: https://github.com/DataDog/datadog-ci-rb/issues/242 [#243]: https://github.com/DataDog/datadog-ci-rb/issues/243 [#244]: https://github.com/DataDog/datadog-ci-rb/issues/244 -[#248]: https://github.com/DataDog/datadog-ci-rb/issues/248 \ No newline at end of file +[#248]: https://github.com/DataDog/datadog-ci-rb/issues/248 +[#250]: https://github.com/DataDog/datadog-ci-rb/issues/250 \ No newline at end of file