diff --git a/NEWS b/NEWS index 02e04992..50d29c1f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2.1.0: + Add complete configuration to prepare coverity build + Fixed coverity token + 2.1.0-rc.6: Added additional groups and user related tests Added docker attach functional tests diff --git a/configure.ac b/configure.ac index 6d2dcba1..21828f59 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ([2.69]) -AC_INIT([cc-oci-runtime], [2.1.0-rc.6]) +AC_INIT([cc-oci-runtime], [2.1.0]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz]) AM_SILENT_RULES([yes])