diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2506de65..924fcf35 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +## v0.4 (Dec 6, 2016) + ## v0.4-rc1 (Dec 5, 2016) * New Spring profile for disabling AV message logging * Full implementation of AV message logging diff --git a/build.gradle b/build.gradle index 133af50b..e70f4c1c 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { sourceCompatibility = '1.8' targetCompatibility = '1.8' - version = '0.4-rc1' + version = '0.4' repositories { mavenCentral()