diff --git a/CHANGELOG.md b/CHANGELOG.md
index c23d22681e37b4324d6a1c5334578c67474c26db..78ed737a0af7f227340ec1fd1205cb14481cd0e6 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.2
+
+* [-] properly build on FreeBSD, even if ppp is not installed at configure time
+
 ### 1.13.1
 
 * [-] build in the absence of resolvconf
diff --git a/configure.ac b/configure.ac
index e1a9b42aca2fd0a0eb490fa1db8cbfb0064cfbb0..e1c41cc5576d16b9afea76912305808f38cbb867 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.1])
+AC_INIT([openfortivpn], [1.13.2])
 AC_CONFIG_SRCDIR([src/main.c])
 AM_INIT_AUTOMAKE([foreign subdir-objects])