Prepare release 0.7.2 (#258)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cefc6a5..c75d36a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## Release 0.7.2
+
+Bugfix release: fixes compatibility issues with Bazel 7.4 and 8.0.
+
+Note that this release breaks compatibility with g++ 7.5 (the default
+compiler in the Ubuntu 18.04 image) - a new transitive dep requires a
+newer c++ compiler version.
+
+**Contributors**
+
+Alexandre Rostovtsev, Hemanshu Vadehra, Philip Zembrod, Richard Levasseur
+
+
 ## Release 0.7.1
 
 **Notable Changes**
diff --git a/MODULE.bazel b/MODULE.bazel
index b5adb38..4c7c9c2 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
     name = "stardoc",
-    version = "0.7.1",
+    version = "0.7.2",
     bazel_compatibility = [">=7.0.0"],
     compatibility_level = 1,
 )
diff --git a/version.bzl b/version.bzl
index 7a6031e..2db8876 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
 # limitations under the License.
 """The version of Stardoc."""
 
-version = "0.7.1"
+version = "0.7.2"