Skip to content

Commit

Permalink
Prepare to release 2.0.0 version (#122)
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.0.0 to the Changelog
  • Loading branch information
azzmiks committed Sep 1, 2023
1 parent 1a5096e commit adcbee3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased] - yyyy-mm-dd

### Breaking changes
- Set target JVM version to 17 ([#106](https://github.com/personio/datadog-synthetic-test-support/pull/106))

### New features & improvements

### Bug fixes

### Dependencies

## [2.0.0] - 2023-09-01
### Breaking changes
- Set target JVM version to 17 ([#106](https://github.com/personio/datadog-synthetic-test-support/pull/106))

### Dependencies
- Update datadog-api-client dependency from 2.12.0 to 2.15.0 ([#105](https://github.com/personio/datadog-synthetic-test-support/pull/105), [#113](https://github.com/personio/datadog-synthetic-test-support/pull/113), [#117](https://github.com/personio/datadog-synthetic-test-support/pull/117))
- Update kotlin-stdlib dependency from 1.8.22 to 1.9.10 ([#110](https://github.com/personio/datadog-synthetic-test-support/pull/110), [#118](https://github.com/personio/datadog-synthetic-test-support/pull/118))
Expand Down

0 comments on commit adcbee3

Please sign in to comment.