diff --git a/NEWS.rst b/NEWS.rst index 91b0e0c..4bc9f06 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,7 +1,16 @@ - -v3.4 +NEWS ==== +pgqd 3.5 +-------- + +* Quote dbname in logs. +* Upgrade libusual. +* Add CI workflows. + +pgqd 3.4 +-------- + * Upgrade libusual. * Switch to direct libevent2 usage. * Fix ``make dist``. diff --git a/configure.ac b/configure.ac index cffcb37..c7d72ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(pgqd, 3.4rc1) +AC_INIT(pgqd, 3.5) AC_CONFIG_SRCDIR(src/pgqd.c) AC_CONFIG_HEADER(lib/usual/config.h) AC_PREREQ([2.59])