summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 18afaea2..0d3ea785 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 3.1.1 to 3.1.2:
+
+* Replace HTTP/2 tests using Quart with internal HTTP/2 server tests [Carlos Garcia Campos]
+* Improve version macros including adding ability to define `SOUP_DISABLE_DEPRECATION_WARNINGS` [Emmanuele Bassi]
+
Changes in libsoup from 3.0.7 to 3.1.1:
* Reintroduce some thread-safety to SoupSession (see https://libsoup.org/libsoup-3.0/client-thread-safety.html) [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index fff56914..c8f2d460 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.1.1',
+ version: '3.1.2',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [