diff --git a/CHANGES b/CHANGES index 26ac299..1b73636 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +0.0.3 (2019-12-30): + - Add support for IRRd 4's A query + 0.0.2 (2019-12-14): - Add Mikrotik support - remove ASDDOT support diff --git a/configure.ac b/configure.ac index babc159..085f7d2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(bgpq4,0.0.2,job@ntt.net) +AC_INIT(bgpq4,0.0.3,job@ntt.net) AM_INIT_AUTOMAKE AC_PACKAGE_URL(https://github.com/bgp/bgpq4) AM_CONFIG_HEADER(config.h)