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 8d71303..55e64dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.72.1 - June 29, 2022
+======================
+
+ - Discard empty proxy environment variables (#189)
+
2.72.0 - March 22, 2022
=======================
diff --git a/meson.build b/meson.build
index 5335d89..75ba14e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.72.0',
+ version: '2.72.1',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
default_options: ['c_std=gnu99']