Skip to content

Commit

Permalink
Add 1.8.1 to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Oct 18, 2024
1 parent d41eaf7 commit 4430816
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
[#248]: https://github.com/DataDog/datadog-ci-rb/issues/248
[#250]: https://github.com/DataDog/datadog-ci-rb/issues/250

0 comments on commit 4430816

Please sign in to comment.