From 0bd5b22f2aecd21d2df6a66ce4435f47c685244c Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Thu, 13 Mar 2014 22:39:44 -0400 Subject: [PATCH] Bump to version 0.1.2 --- CHANGELOG.md | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4abe85..0eed148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - i3ipc-GLib +## Version 0.1.2 + +This is a minor bugfix release. + +* Allow `i3ipc_connection_on` to connect to non-ipc events + ## Version 0.1.1 This release contains a number of small bugfixes and feature enhancements. diff --git a/configure.ac b/configure.ac index b89ae19..bb5d0d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.69) -AC_INIT([i3-ipc], [0.1.1], [tony@dubstepdish.com]) +AC_INIT([i3-ipc], [0.1.2], [tony@dubstepdish.com]) AC_PREFIX_DEFAULT([/usr]) AC_CONFIG_AUX_DIR([build])