summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 838c578f..13bf894d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 3.0.5 to 3.0.6:
+
+* Misc HTTP/2 fixes [Carlos Garcia Campos]
+* Add PUT/POST support to examples/get [Carlos Garcia Campos]
+* Add `--user-agent` option to examples/get [Carlos Garcia Campos]
+* Misc meson improvements [Nirbheek Chauhan]
+* Fix build with Visual Studio [Chun-wei Fan]
+
Changes in libsoup from 3.0.4 to 3.0.5:
* Misc HTTP/2 fixes [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index 97798f53..b1ecbefd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.0.5',
+ version: '3.0.6',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [