diff --git a/_service b/_service
index 86ad4e8..aa91621 100644
--- a/_service
+++ b/_service
@@ -2,9 +2,9 @@
https://github.com/hughsie/appstream-glib.git
git
- 0.6.4
+ 0.6.5
enable
- refs/tags/appstream_glib_0_6_4
+ refs/tags/appstream_glib_0_6_5
*.tar
diff --git a/_servicedata b/_servicedata
index a6c7f88..8eef3ab 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/hughsie/appstream-glib.git
- 21d0a0322989c3ef64dd11907be6bebdfc9d20d5
\ No newline at end of file
+ df67bd4d9da7dd58fe5628f758bf229417f2c38c
\ No newline at end of file
diff --git a/appstream-glib-0.6.4.tar.xz b/appstream-glib-0.6.4.tar.xz
deleted file mode 100644
index 387e667..0000000
--- a/appstream-glib-0.6.4.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:91c1e6ccd07f540fd65fe0c92980ce94cc348ca9e44f34bb0fb55360a414d0bd
-size 2213744
diff --git a/appstream-glib-0.6.5.tar.xz b/appstream-glib-0.6.5.tar.xz
new file mode 100644
index 0000000..8dcfc43
--- /dev/null
+++ b/appstream-glib-0.6.5.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27d8141af0d525de40b6aca148fbb94a8493542fbf2db1ac5a5608c7eb76449e
+size 2216176
diff --git a/appstream-glib.changes b/appstream-glib.changes
index 0f20418..09cc1fc 100644
--- a/appstream-glib.changes
+++ b/appstream-glib.changes
@@ -1,3 +1,39 @@
+-------------------------------------------------------------------
+Mon Nov 07 16:30:58 UTC 2016 - dimstar@opensuse.org
+
+- Update to version 0.6.5:
+ + Trivial changes:
+ - Allow the stemmer to be disabled at runtime for testing.
+ - Allow priming the search cache using a NULL search value.
+ - Allocate less strings when generating the token cache.
+ - Show threaded tasks in bold in the profile output.
+ - Speed up checking token validity by a few ms.
+ - Restore behaviour compatibility to fix self tests.
+ - Add API to set the smallest recorded delay time.
+ - Only load native languages from desktop files when the flag
+ is set.
+ - Output profiling infomation to stderr.
+ - Unsingleton AsStemmer and use a shared instance in AsStore.
+ + Do not sent a REMOVED signal when deleting a transient temp
+ file.
+ + Process file changes when an attribute changes.
+ + Handle files being moved into monitored AppStream directories.
+ + Add a 'watch' command to appstream-util.
+ + Monitor missing AppStream directories.
+ + Revert "trivial: Restrict the bundle kind when parsing local
+ files".
+ + Ensure the component scope is set when loading yaml files.
+ + Always copy the installed state when replacing AppData with
+ AppStream.
+ + Merge also the metadata when merging two apps.
+ + Add app-removed, app-added and app-changed signals to AsStore.
+ + Only transliterate when the locale requires it.
+ + Add as_store_load_search_cache().
+ + Load the search token blacklist into a hash table.
+ + Use multiple threads to load the search cache.
+ + Only load native languages when parsing AppStream data.
+ + Allow the client to control what search fields are indexed.
+
-------------------------------------------------------------------
Thu Oct 13 12:13:37 UTC 2016 - dimstar@opensuse.org
diff --git a/appstream-glib.spec b/appstream-glib.spec
index dc6fd6b..027534d 100644
--- a/appstream-glib.spec
+++ b/appstream-glib.spec
@@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
-Version: 0.6.4
+Version: 0.6.5
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+