summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b7fe128c..bd93f4835 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+NEW in 2.3.6 - 2020-09-07
+=========================
+ * Do not autostart tracker-store
+
+Translations: de, es, hu, id, lt, pl, pt_BR, ro, sl, sv
+
NEW in 2.3.5 - 2020-08-24
=========================
* Add 'tracker export' subcommand to ease migration to 3.x
diff --git a/meson.build b/meson.build
index eaf071b74..b1801244d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '2.3.5',
+ version: '2.3.6',
meson_version: '>=0.47')
gnome = import('gnome')