diff --git a/build.gradle.kts b/build.gradle.kts index 70c1af00e..985d10d25 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ allprojects { } group = "com.impossibl.pgjdbc-ng" - version = "0.8.1-SNAPSHOT" + version = "0.8.1" extra["isSnapshot"] = version.toString().endsWith("SNAPSHOT") diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.1.adoc index aab0b9cce..848aeff0a 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.1.adoc @@ -1,7 +1,7 @@ [[release-notes-0.8.1]] == 0.8.1 -*Date of Release:* ❓ +*Date of Release:* 2019-02-03 *Scope:* Bug fixes for 0.8 release @@ -22,7 +22,8 @@ and in asciidoc documentation. ==== Bug Fixes -* None +* Fix notification delivery +* Fix NPE in prepared statement batches ==== Deprecations and Breaking Changes