Skip to content

Commit

Permalink
Prepare to release 2.4.0 version (#183)
Browse files Browse the repository at this point in the history
Problem: In order to prepare to the new release Changelog file needs to contain new release section.
Solution: Add a new release section 2.4.0 to the Changelog
  • Loading branch information
azzmiks committed Jan 19, 2024
1 parent 9d928a3 commit d6e8fd2
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 `bodyDoesNotContain()` assertion function to check if a response body doesn't contain specific values ([#181](https://github.com/personio/datadog-synthetic-test-support/pull/181))
- Add `retry()` function to configure retry behavior of a single step in a multistep API test ([#182](https://github.com/personio/datadog-synthetic-test-support/pull/182))

### Bug fixes

### Dependencies

## [2.4.0] - 2024-01-19
### New features & improvements
- Add `bodyDoesNotContain()` assertion function to check if a response body doesn't contain specific values ([#181](https://github.com/personio/datadog-synthetic-test-support/pull/181))
- Add `retry()` function to configure retry behavior of a single step in a multistep API test ([#182](https://github.com/personio/datadog-synthetic-test-support/pull/182))

### Dependencies
- Update commons-text dependency from 1.10.0 to 1.11.0 ([#151](https://github.com/personio/datadog-synthetic-test-support/pull/151))
- Update datadog-api-client dependency from 2.16.0 to 2.19.0 ([#164](https://github.com/personio/datadog-synthetic-test-support/pull/164), [#172](https://github.com/personio/datadog-synthetic-test-support/pull/172))
Expand Down

0 comments on commit d6e8fd2

Please sign in to comment.