Release 7.6.0 (2025-03-24)
Release Notes:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a9db57..8542df9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,116 @@
+## 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)
+
+```
+Baseline: 8dbfcfae924b014366a0b47cd26632c5076b51a2
+```
+
+Incompatible changes:
+
+ - The canonical names of repos created with `use_repo_rule` have
+ changed, which may require updating command-line flags such as
+ `--override_repository`.
+
+Important changes:
+
+ - Add `no_toolchain_error` to the `platform` rule, to customize
+ error messages when a required toolchain type cannot be found for
+ that platform.
+ - Flag `--incompatible_remote_use_new_exit_code_for_lost_inputs` is
+ deleted.
+ - None:
+
+This release contains contributions from many people at Google, as well as Aaron Sky, Benjamin Peterson, dependabot[bot], Dmitry Ivankov, Fabian Meumertzheim, jjudd, kxxt, Tobias Werth.
+
+## Release 8.1.1 (2025-02-25)
+
+```
+
+Release Notes:
+
+```
+
+## Release 9.0.0-pre.20250210.1 (2025-02-19)
+
+```
+Baseline: f6cb2fb25c1deee9776eda976be151c598597b35
+```
+
+Incompatible changes:
+
+ - Constraints and toolchain requirements added to the default exec
+ group, for example via the toolchains parameter of the rule
+ function or the exec_compatible_with attribute on all rules, no
+ longer apply to the test exec group, which contains the test
+ action on test rules. Instead, use exec_group_compatible_with to
+ apply constraints and/or define an explicit test exec group with
+ toolchain requirements on test rules that require it.
+
+Important changes:
+
+ - The new exec_group_compatible_with attribute on all rules accepts
+ a dictionary mapping exec group names to lists of additional
+ constraints to request from the exec group's execution platform.
+ - Removes the `--incompatible_enable_cc_test_feature` flag. The
+ functionality this was intended for was never completed, and is
+ no longer needed.
+ - Added `repository_ctx.original_name`, which contains the original
+ value of the `name` attribute as specified at the repo rule call
+ site.
+ - The new `no_match_error` attribute on `toolchain_type` can be
+ used to show a custom message when no matching toolchain is found
+ for that type, but one is required.
+ - Adds `ctx.rule.var` to allow aspects to get rule-specific
+ variables, and removes rule-specific variables from an aspect's
+ `ctx.var` dict.
+ - LCOV parsing does not break on FN lines including an end line
+ number.
+
+This release contains contributions from many people at Google, as well as Benjamin Peterson, dependabot[bot], Fabian Meumertzheim, Jordan Mele, Jordan Mele, Keith Smiley, Spencer Putt.
+
+## Release 8.1.0 (2025-02-13)
+
+```
+
+Release Notes:
+
+```
+
+## Release 9.0.0-pre.20250128.3 (2025-02-11)
+
+```
+Baseline: 8de78b93433fc855fc57a17b7a6c9aee8361367f
+
+Cherry picks:
+
+ + 6303349da6989db35d6d1456d275a0a8ea6d7903:
+ Automated rollback of commit
+ 01cb3cd6e05034bcb5616d1850d9aa04424731b3.
+ + e6e8ffaa6dadf45f7b668dc887d7cc81af6a49ff:
+ Automated rollback of commit
+ 56bf54716094bf6b687366d20b577435213681d5.
+ + ee12906c5d9a48924db6fc3aba36ccd6d5c7f69e:
+ Prevent use of BuiltinFunction.ArgumentProcessor in
+ Eval.evalCall.
+```
+
+This release contains contributions from many people at Google, as well as Benjamin Peterson, Boleyn Su, dependabot[bot], Fabian Meumertzheim, Kiron, PikachuHy, sarad.
+
## Release 7.5.0 (2025-01-30)
```