Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Release 2.5.1 #129

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.5.1](https://github.com/chutney-testing/chutney-kotlin-dsl/tree/2.5.1)

[Full Changelog](https://github.com/chutney-testing/chutney-kotlin-dsl/compare/2.4.0...2.5.1)

## What's Changed
### 🐛 Fixed bugs:
* fix(dsl): Correct default dataset null values by @boddissattva in https://github.com/chutney-testing/chutney-kotlin-dsl/pull/127
### 🔧 Technical enhancements:
* chore(): Replace Mockserver with Wiremock by @DelaunayAlex in https://github.com/chutney-testing/chutney-kotlin-dsl/pull/126


## [2.4.0](https://github.com/chutney-testing/chutney-kotlin-dsl/tree/2.4.0)

[Full Changelog](https://github.com/chutney-testing/chutney-kotlin-dsl/compare/2.3.1...2.4.0)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reckon {
}

subprojects {
extra["chutneyTestingVersion"] = "2.4.0"
extra["chutneyTestingVersion"] = "2.5.1"

repositories {
mavenCentral()
Expand Down
Loading