diff --git a/CHANGELOG.md b/CHANGELOG.md index e4de463a6e9..7717a302fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 - 2024-??-?? +## Unreleased - 2024-05-03 ### Fixed - Fix FP `SING_SINGLETON_GETTER_NOT_SYNCHRONIZED` with eager instances ([#2932](https://github.com/spotbugs/spotbugs/issues/2932)) - Fix FPs when looking for multiple initialization of Singletons ([#2934](https://github.com/spotbugs/spotbugs/issues/2934)) diff --git a/build.gradle b/build.gradle index 91fc5a69672..b1cb3e47824 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'com.github.spotbugs' -version = '4.8.5-SNAPSHOT' +version = '4.8.5' apply from: "$rootDir/gradle/java.gradle" apply from: "$rootDir/gradle/jacoco.gradle" diff --git a/docs/conf.py b/docs/conf.py index 78f3df4b928..3538a4422c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,9 +17,9 @@ html_context = { 'version' : '4.8', - 'full_version' : '4.8.4', - 'maven_plugin_version' : '4.8.4.0', - 'gradle_plugin_version' : '6.0.10', + 'full_version' : '4.8.5', + 'maven_plugin_version' : '4.8.5.0', + 'gradle_plugin_version' : '6.0.14', 'archetype_version' : '0.2.3' }