Release 7.0.0-pre.20230426.1 (2023-05-03)

Baseline: dc724e4e8041a9357c6b82af0749def4174f21f2

Important changes:

  - Added a new `max_compatibility_level` attribute to the
    `bazel_dep` directive, which allows version selection to upgrade
    a dependency up to the specified compatibility level.
  - `--experimental_remote_grpc_log` has been renamed to
    `--remote_grpc_log`
  - `--incompatible_remote_build_event_upload_respect_no_cache` is
    now a no-op.

This release contains contributions from many people at Google, as well as Benjamin Peterson, Brentley Jones, Fabian Meumertzheim, George Gensure, Kai Zhang, Oscar Garzon.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb380ad3..71d7d0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,40 @@
+## Release 7.0.0-pre.20230426.1 (2023-05-03)
+
+```
+Baseline: dc724e4e8041a9357c6b82af0749def4174f21f2
+```
+
+Important changes:
+
+  - Added a new `max_compatibility_level` attribute to the
+    `bazel_dep` directive, which allows version selection to upgrade
+    a dependency up to the specified compatibility level.
+  - `--experimental_remote_grpc_log` has been renamed to
+    `--remote_grpc_log`
+  - `--incompatible_remote_build_event_upload_respect_no_cache` is
+    now a no-op.
+
+This release contains contributions from many people at Google, as well as Benjamin Peterson, Brentley Jones, Fabian Meumertzheim, George Gensure, Kai Zhang, Oscar Garzon.
+
+## Release 7.0.0-pre.20230420.2 (2023-04-27)
+
+```
+Baseline: 7fb50baaa00f92c6f009dcf1684427fc8fa1f301
+
+Cherry picks:
+
+   + 0ebf7bc8376f8ca9e865b81658c2f2b29aaf7f4d:
+     Automated rollback of commit
+     1acc7a843bf0996c26a1e3d74bb64514395b7e7f.
+```
+
+Incompatible changes:
+
+  - Renamed PackageMetrics proto message to PackageLoadMetrics. The
+    formats should be wire compatible.
+
+This release contains contributions from many people at Google, as well as Ankit Agarwal, Benjamin Peterson, Fabian Meumertzheim, Jasper, Son Luong Ngoc, Xdng Yng.
+
 ## Release 7.0.0-pre.20230417.1 (2023-04-25)
 
 ```