diff --git a/CHANGELOG.md b/CHANGELOG.md index bea8650..30110c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.8.0 ++ TBD + ### 0.7.0 + Use greedy integrators where possible (Fixes #57) + Add [JSpecify](https://jspecify.dev/) annotations for static analysis diff --git a/README.md b/README.md index 89657ab..d3a6a7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following dependency to `pom.xml`. com.ginsberg gatherers4j - 0.7.0 + 0.8.0 ``` @@ -24,7 +24,7 @@ Add the following dependency to `pom.xml`. Add the following dependency to `build.gradle` or `build.gradle.kts` ```groovy -implementation("com.ginsberg:gatherers4j:0.7.0") +implementation("com.ginsberg:gatherers4j:0.8.0") ``` # Gatherers In This Library diff --git a/VERSION.txt b/VERSION.txt index faef31a..35dae96 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.7.0 +0.8.0-SNAPSHOT