diff --git a/CHANGELOG.md b/CHANGELOG.md index 36863055..d3ba4cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,9 @@ 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. -### unreleased +### 1.22.0 +* [-] make sure Homebrew packages for macOS are built with --enable-legacy-pppd * [~] do not print TLS socket options in log (revert change from 1.16.0) * [+] add option to specify SNI * [~] change most occurrences of "SSL" to "TLS" in user-visible text diff --git a/configure.ac b/configure.ac index a87a273a..b2dcaf99 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.21.0]) +AC_INIT([openfortivpn], [1.22.0]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign subdir-objects])