diff --git a/CHANGELOG.md b/CHANGELOG.md
index 235f41edd682da79cd378e4047a9893e55a4d5b7..c23d22681e37b4324d6a1c5334578c67474c26db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,10 @@ Releases
 This high level changelog is usually updated when a release is tagged.
 On the master branch there may be changes that are not (yet) described here.
 
+### 1.13.1
+
+* [-] build in the absence of resolvconf
+
 ### 1.13.0
 
 * [-] avoid unsupported versions of resolvconf
diff --git a/configure.ac b/configure.ac
index 6152bf4f25f08162b4af1a078a969ef9d40a2a27..9bab4f52c92449c6133c584fc227f4bb3bd80306 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([openfortivpn], [1.13.0])
+AC_INIT([openfortivpn], [1.13.1])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign subdir-objects])