Release 1.10.5
diff --git a/CHANGES b/CHANGES
index c19f09f..905b09f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+duo_unix-1.10.5:
+
+- Fixed an accidental null pointer free on systems where getaddrinfo() is unsuccessful
+
 duo_unix-1.10.4:
 
 - Removed failmode decision from auth endpoint and moved it to only preauth according to standards in our other integrations
diff --git a/configure.ac b/configure.ac
index 4174c40..dabffeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
 
 # Package, version, bug report address
 AC_INIT([duo_unix],
-	[1.10.4],
+	[1.10.5],
 	[support@duosecurity.com])
 
 # Tells autoconf where to find necessary build scripts and macros.