AC_PREREQ([2.65])
AC_INIT(config.h)
-AM_INIT_AUTOMAKE([blerg], [1.6.1])
+AM_INIT_AUTOMAKE([blerg], [1.6.3])
AC_PROG_RANLIB
AC_CONFIG_SRCDIR([common/app.c])
AC_CONFIG_HEADERS([config.h])
The intent of this changelog is to give an overview of the major changes
and fixes made to Blërg. For a detailed changelog, see the git log.
+<a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added password change support</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Added missing application/json Content-type to success/failure
+responses</li>
+</ul>
+
<a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2>
<h3>Features Deprecated</h3>