We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b54df0 commit 0141147Copy full SHA for 0141147
2 files changed
CHANGELOG.md
@@ -14,6 +14,10 @@ Releases
14
This high level changelog is usually updated when a release is tagged.
15
On the master branch there may be changes that are not (yet) described here.
16
17
+### 1.20.4
18
+
19
+* [-] fix "Peer refused to agree to his IP address" message
20
21
### 1.20.3
22
23
* [~] minor change in a warning message
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.63])
5
-AC_INIT([openfortivpn], [1.20.3])
+AC_INIT([openfortivpn], [1.20.4])
6
AC_CONFIG_SRCDIR([src/main.c])
7
AM_INIT_AUTOMAKE([foreign subdir-objects])
8
0 commit comments