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

chore(): Bump Chutney to 2.7.0 #136

Merged
merged 1 commit into from
Feb 14, 2024
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

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

## What's Changed
### 🚀 Implemented enhancements:
* Add validation and output task by @DelaunayAlex in https://github.com/chutney-testing/chutney-kotlin-dsl/pull/134
* Allow http client to receive empty response by @boddissattva in https://github.com/chutney-testing/chutney-kotlin-dsl/pull/135


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

[Full Changelog](https://github.com/chutney-testing/chutney-kotlin-dsl/compare/2.5.1...2.6.1)
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.6.1"
extra["chutneyTestingVersion"] = "2.7.0"

repositories {
mavenLocal()
Expand Down
Loading