diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf450f..896ac0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## [Unreleased] [Unreleased]: https://github.com/cashapp/burst/compare/0.6.0...HEAD +## [0.7.0] *(2024-10-28)* +[0.7.0]: https://github.com/cashapp/burst/releases/tag/0.7.0 + +**Added** + + * New: Use `burstValues()` for test parameters of any type. + **Fixed** * Do not attempt to parameterize constructors of `abstract` test classes. diff --git a/README.md b/README.md index f864383..4ee78d7 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ buildscript { mavenCentral() } dependencies { - classpath("app.cash.burst:burst-gradle-plugin:0.6.0") + classpath("app.cash.burst:burst-gradle-plugin:0.7.0") } } ``` diff --git a/gradle.properties b/gradle.properties index d88a6be..308f39a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,6 @@ org.gradle.caching=true org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8 org.gradle.parallel=true -VERSION_NAME=2.0.0-SNAPSHOT +VERSION_NAME=0.7.0 systemProp.org.gradle.internal.http.socketTimeout=120000