diff --git a/NEWS b/NEWS index 879e7ffe4..6bb08f38d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in 1.1.1 +================ + +* Validate icons in notifications +* Respect lockdown settings +* Write back permissions for notifications to indicate portal use +* Set st_nlink in the documents portal +* Add infrastructure for validating options +* Validate email addresses +* Translation updates + Changes in 1.1.0 ================ diff --git a/configure.ac b/configure.ac index a19e7fed7..44e7bbbaa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.1.0]) +AC_INIT([xdg-desktop-portal],[1.1.1]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE