Release 9.0.0-pre.20250317.2 (2025-03-27)
Baseline: 528c2c5e2e7341f9bf538f35077d29dd41988a71
Cherry picks:
+ d02f003a4b818ed2936bc6719204b884aa71e1ff:
Prevent concurrent use of the same `CharsetEncoder` in
`json.decode`
This release contains contributions from many people at Google, as well as Benjamin Peterson, Fabian Meumertzheim, Zachary Kipping.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa327f4..1938a3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,33 @@
+## Release 9.0.0-pre.20250317.2 (2025-03-27)
+
+```
+Baseline: 528c2c5e2e7341f9bf538f35077d29dd41988a71
+
+Cherry picks:
+
+ + d02f003a4b818ed2936bc6719204b884aa71e1ff:
+ Prevent concurrent use of the same `CharsetEncoder` in
+ `json.decode`
+```
+
+This release contains contributions from many people at Google, as well as Benjamin Peterson, Fabian Meumertzheim, Zachary Kipping.
+
+## Release 7.6.0 (2025-03-24)
+
+```
+
+Release Notes:
+
+```
+
+## Release 9.0.0-pre.20250311.1 (2025-03-19)
+
+```
+Baseline: c422744caa072c66311a937049504901bc674b7d
+```
+
+This release contains contributions from many people at Google, as well as Fabian Meumertzheim.
+
## Release 9.0.0-pre.20250307.1 (2025-03-14)
```