Prepare release 0.6.1 (#178)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 167f4ea..07da818 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## Release 0.6.1
+
+Bugfix release: fix `rules_jvm_external` pin warnings.
+
+This release temporarily restores compatibility with Bazel 5 (manually tested).
+Note that normally we only test Stardoc with the current stable Bazel and with
+Bazel at HEAD - not with older releases. We make no promises about maintaining
+compatibility with Bazel 5.
+
+**Contributors**
+
+Alexandre Rostovtsev
+
## Release 0.6.0
**New Features**
diff --git a/MODULE.bazel b/MODULE.bazel
index 5aca9ec..cb1c76a 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "stardoc",
- version = "0.6.0",
+ version = "0.6.1",
compatibility_level = 1,
)
diff --git a/version.bzl b/version.bzl
index e5ff947..9af266f 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of Stardoc."""
-version = "0.6.0"
+version = "0.6.1"