Bump version and changelog for Duo Unix
diff --git a/CHANGES b/CHANGES
index bd3fa19..6030859 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+duo_unix-1.11.1:
+- Fixed bug causing console login to fail on certain systems
+
duo_unix-1.11.0:
- Added support for GECOS field parsing based on user-supplied delimiter
@@ -138,7 +141,7 @@
- Autopush is more user friendly
-- Add prompts option to the config file
+- Add prompts option to the config file
- Various build and test fixups
diff --git a/configure.ac b/configure.ac
index 7a8f1f1..22ea8e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
# Package, version, bug report address
AC_INIT([duo_unix],
- [1.11.0],
+ [1.11.1],
[support@duosecurity.com])
# Tells autoconf where to find necessary build scripts and macros.