aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5cbc40c..a3c7163 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in indicator-bluetooth 0.0.2
+
+ * Stop feedback loop when settings changed outside of indicator
+ * Implement disconnecting from devices
+ * Add accessible description
+ * Hide devices without controls
+ * Change enable label to match design
+ * Added translations
+
Overview of changes in indicator-bluetooth 0.0.1
* First release
diff --git a/configure.ac b/configure.ac
index f430bd2..48cdfe3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(indicator-bluetooth, 0.0.1)
+AC_INIT(indicator-bluetooth, 0.0.2)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE