diff --git a/CHANGELOG.md b/CHANGELOG.md index eebcf11..19d32fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ * Basic support for JUnit 5. Burst doesn't support JUnit 5 tests that populate parameters from extensions. + +## [2.1.0] *(2024-11-06)* +[2.1.0]: https://github.com/cashapp/burst/releases/tag/2.1.0 + +**Added** + + * Basic support for JUnit 5. Burst doesn't support JUnit 5 tests that populate parameters from extensions. + + ## [2.0.0] *(2024-10-30)* [2.0.0]: https://github.com/cashapp/burst/releases/tag/2.0.0 diff --git a/README.md b/README.md index 61b4f5e..ea337e7 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ buildscript { mavenCentral() } dependencies { - classpath("app.cash.burst:burst-gradle-plugin:2.0.0") + classpath("app.cash.burst:burst-gradle-plugin:2.1.0") } } ``` diff --git a/gradle.properties b/gradle.properties index 4008add..685b7b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8 org.gradle.parallel=true # HEY! If you change the major version here be sure to update release.yaml doc target folder! -VERSION_NAME=2.1.0-SNAPSHOT +VERSION_NAME=2.1.0 systemProp.org.gradle.internal.http.socketTimeout=120000