Skip to content

Commit

Permalink
Add 1.5.0 to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 18, 2024
1 parent 1052c9c commit 964251d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [Unreleased]

## [1.5.0] - 2024-09-18

### Added
* Retry new tests - parse remote configuration and fetch unique known tests ([#227][])
* early flake detection support for rspec and minitest ([#229][])
* Early flake detection support for Cucumber ([#231][])

### Fixed
* Minor telemetry fixes ([#226][])

## [1.4.1] - 2024-08-28

### Fixed
Expand Down Expand Up @@ -315,7 +325,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.4.1...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.5.0...main
[1.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/DataDog/datadog-ci-rb/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.2.0...v1.3.0
Expand Down Expand Up @@ -452,4 +463,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#219]: https://github.com/DataDog/datadog-ci-rb/issues/219
[#220]: https://github.com/DataDog/datadog-ci-rb/issues/220
[#221]: https://github.com/DataDog/datadog-ci-rb/issues/221
[#224]: https://github.com/DataDog/datadog-ci-rb/issues/224
[#224]: https://github.com/DataDog/datadog-ci-rb/issues/224
[#226]: https://github.com/DataDog/datadog-ci-rb/issues/226
[#227]: https://github.com/DataDog/datadog-ci-rb/issues/227
[#229]: https://github.com/DataDog/datadog-ci-rb/issues/229
[#231]: https://github.com/DataDog/datadog-ci-rb/issues/231

0 comments on commit 964251d

Please sign in to comment.