diff --git a/NEWS b/NEWS index 4ac20b805..06bf2285a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in 1.10.1 +================= + +- Revert a breaking change to the screencast and inhibit portal + Changes in 1.10.0 ================= diff --git a/configure.ac b/configure.ac index 39aa8fe56..ff5e263f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[1.10.0]) +AC_INIT([xdg-desktop-portal],[1.10.1]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE