Release 6.0.0-pre.20220909.2 (2022-09-15)

Baseline: d3bef49f9182f6bcb6f609530970a7945ce51cbf

Incompatible changes:

  - analysis_test moved into testing.analysis_test

Important changes:

  - selects() no longer produce irrelevant duplicate label checks
  - Adds a dexer output cache to CompatDexBuilder to improve build
    speed.
  - Improved error messages when analyzing inline bzl code
  - Improved error messages when analyzing inline bzl code

This release contains contributions from many people at Google, as well as Alessandro Patti, Benjamin Peterson, Charles-Francois Natali, Emil Kattainen, Fabian Meumertzheim, James Broadhead, jheaff1, kshyanashree, Noa Resare, Philipp Schrader, Shuai Zhang, Xavier Bonaventura.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6077113..8c9c343 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,42 @@
+## Release 6.0.0-pre.20220909.2 (2022-09-15)
+
+```
+Baseline: d3bef49f9182f6bcb6f609530970a7945ce51cbf
+```
+
+Incompatible changes:
+
+  - analysis_test moved into testing.analysis_test
+
+Important changes:
+
+  - selects() no longer produce irrelevant duplicate label checks
+  - Adds a dexer output cache to CompatDexBuilder to improve build
+    speed.
+  - Improved error messages when analyzing inline bzl code
+  - Improved error messages when analyzing inline bzl code
+
+This release contains contributions from many people at Google, as well as Alessandro Patti, Benjamin Peterson, Charles-Francois Natali, Emil Kattainen, Fabian Meumertzheim, James Broadhead, jheaff1, kshyanashree, Noa Resare, Philipp Schrader, Shuai Zhang, Xavier Bonaventura.
+
+## Release 6.0.0-pre.20220825.4 (2022-09-15)
+
+```
+Baseline: c92d0e1c0bfbc2573104ff09d8dec282e85cafa1
+
+Cherry picks:
+
+   + e898060863fa0579d45f67c2c998b6ef5289199b:
+     Automated rollback of commit
+     14a0d830b95ca1a3f15baa3f76d8aa55afa2fe20.
+```
+
+Important changes:
+
+  - --experimental_enable_bzlmod has been renamed --enable_bzlmod,
+    and still defaults to false.
+
+This release contains contributions from many people at Google, as well as Benjamin Peterson, Ed Schouten, Igor Nazarenko, John Millikin, Ken Micklas, Yannic.
+
 ## Release 6.0.0-pre.20220823.1 (2022-09-01)
 
 ```