Skip to content

Commit 16f2fb7

Browse files
authored
Version bump to 2.2.0 (#335)
1 parent 846d924 commit 16f2fb7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
duo_unix-2.2.0:
2+
- Added support for Verified Push
3+
- Updated the Duo API calls to use the Auth API v2
4+
- SSL failures will cause API calls fail over to additional IPs when the host resolves to multiple addresses
5+
16
duo_unix-2.1.0:
27
- Improves certificate validation for IP hostnames to mitigate CVE-2014-0139
38
- Duo Unix obeys rate limiting replies from the Duo cloud service

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AC_PREREQ(2.65)
99

1010
# Package, version, bug report address
1111
AC_INIT([duo_unix],
12-
[2.1.0],
12+
[2.2.0],
1313
[support@duosecurity.com])
1414

1515
# Tells autoconf where to find necessary build scripts and macros.

0 commit comments

Comments
 (0)