2.68.2

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
diff --git a/NEWS b/NEWS
index 0f0a507..0a448a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in GLib 2.68.2
+==================================
+
+* Fix building third-party projects against GLib on CentOS 7 (work by
+  Ignacio Casal Quinteiro) (#2387)
+
+* Bugs fixed:
+ - #2387 json-glib does not build with glib 2.68.1
+ - !2060 gmacros: check that __cplusplus or _MSC_VER is defined
+ - !2068 gmacros: missing check if __STDC_VERSION__ is defined
+ - !2079 Backport !2078 “gthreadedresolver: don't ignore flags in lookup_by_name_with_flags” to glib-2-68
+
+* Translation updates:
+ - Nepali
+ - Serbian
+
+
 Overview of changes in GLib 2.68.1
 ==================================
 
diff --git a/meson.build b/meson.build
index 657c478..522dadf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('glib', 'c', 'cpp',
-  version : '2.68.1',
+  version : '2.68.2',
   # NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
   meson_version : '>= 0.49.2',
   default_options : [