Skip to content

Commit

Permalink
Prepare to release 2.6.0 version (#240)
Browse files Browse the repository at this point in the history
Subject: Prepare to release 2.6.0 version by updating Changelog with a new release section
  • Loading branch information
azzmiks authored Sep 9, 2024
1 parent 9ffb814 commit 032e368
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Breaking changes

### New features & improvements
- Add `bodyRaw()` extraction function for API Tests to extract entire response body ([#238](https://github.com/personio/datadog-synthetic-test-support/pull/238))
- Add a wrapper to `createBrowserTest()` to avoid unwanted parallel executions during Datadog test updates ([#223](https://github.com/personio/datadog-synthetic-test-support/pull/223))

### Bug fixes

### Dependencies

## [2.6.0] - 2024-09-09
### New features & improvements
- Add `bodyRaw()` extraction function for API Tests to extract entire response body ([#238](https://github.com/personio/datadog-synthetic-test-support/pull/238))
- Add a wrapper to `createBrowserTest()` to avoid unwanted parallel executions during Datadog test updates ([#223](https://github.com/personio/datadog-synthetic-test-support/pull/223))

### Dependencies
- Update datadog-api-client dependency from 2.26.0 to 2.27.0 ([#233](https://github.com/personio/datadog-synthetic-test-support/pull/233))
- Update kotlin-stdlib dependency from 2.0.0 to 2.0.20 ([#234](https://github.com/personio/datadog-synthetic-test-support/pull/234))
Expand Down

0 comments on commit 032e368

Please sign in to comment.