diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b12398..93ef2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log for `junit5-system-exit` +### 2.0.1 +- TBD + ### 2.0.0 - Remove terminally deprecated `SecurityManager` approach for preventing `System.exit()` calls. - Add Java Agent-based approach. Calls to `System.exit()` are rewritten as classes are loaded. diff --git a/README.md b/README.md index 8398795..01a7511 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ your test task. Please consult the [FAQ](#faq) below if you run into problems. #### 1. Copy the following into your `build.gradle` or `build.gradle.kts`. ```groovy -testImplementation("com.ginsberg:junit5-system-exit:2.0.0") +testImplementation("com.ginsberg:junit5-system-exit:2.0.1") ``` #### 2. Enable the Java Agent @@ -73,7 +73,7 @@ test { com.ginsberg junit5-system-exit - 2.0.0 + 2.0.1 test ``` diff --git a/VERSION.txt b/VERSION.txt index 19d5f5f..5e38773 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.1.0-SNAPSHOT \ No newline at end of file +2.0.1-SNAPSHOT \ No newline at end of file