summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--RELEASE2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cd7a51..e43ed27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.7.11
+~~~~~~~~~~~~~~
+Released: 2018-08-09
+
+New Features:
+ - Add AS_APP_QUIRK_DEVELOPER_VERIFIED (Robert Ancell)
+ - Provide async variants of store load functions (Florian Müllner)
+
+Bugfixes:
+ - Escape quotes in attributes (Robin Richtsfeld)
+
Version 0.7.10
~~~~~~~~~~~~~~
Released: 2018-07-11
diff --git a/RELEASE b/RELEASE
index 2b16851..3f3612e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ Appstream-Glib Release Notes
1. Write NEWS entries for appstream_glib in the same format as usual.
-git shortlog appstream_glib_0_7_9.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog appstream_glib_0_7_10.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.7.11