diff --git a/ChangeLog b/ChangeLog index dbd99e7a1..075390fb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-04-24 Alexey Kopytov + + * version 1.0.20 + * build/CI/packaging: Add arm64 to Travis CI matrix (#358) + * build/CI/packaging: add Ubuntu Focal + * build/CI/packaging: remove Fedora Rawhide from CI matrix + * build/CI/packaging: fix regression tests to work with MySQL 8.0.19+ + * build/CI/packaging: fix macOS builds in Travis + * build/CI/packaging: remove Ubuntu Disco (EOL) + 2019-12-08 Alexey Kopytov * version 1.0.19 diff --git a/configure.ac b/configure.ac index 04e26466c..93b563e78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([sysbench],[1.0.19],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.20],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config])