diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ce253d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +Changelog +========= + +## 1.1.1 + + - No longer launches to tray if status icon is disabled + - Technologies are grayed out in status menu if they have no services diff --git a/configure.ac b/configure.ac index de78305..cfb28c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([connman-gtk],[1.1],[https://github.com/jgke/connman-gtk]) +AC_INIT([connman-gtk],[1.1.1],[https://github.com/jgke/connman-gtk]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config])