diff --git a/CHANGELOG.md b/CHANGELOG.md index 0048da3c9a1..e2a0e90dffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http: Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html). +## Unreleased - 2022-??-?? + ## 4.7.0 - 2022-04-14 ### Changed - Updated documentation by adding parenthesis `()` to the negative odd check message ([#1995](https://github.com/spotbugs/spotbugs/issues/1995)) diff --git a/build.gradle b/build.gradle index c298a053103..ab2991e3635 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'com.github.spotbugs' -version = '4.7.0' +version = '4.7.1-SNAPSHOT' apply from: "$rootDir/gradle/java.gradle" apply from: "$rootDir/gradle/jacoco.gradle"