Release 0.0.8
diff --git a/MODULE.bazel b/MODULE.bazel
index 3d95eba..be953b1 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
 module(
     name = "rules_license",
-    version = "0.0.7",  # Keep in sync with version.bzl
+    version = "0.0.8",  # Keep in sync with version.bzl
     compatibility_level = 1,
 )
 
diff --git a/version.bzl b/version.bzl
index b2530e3..5a82f97 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
 # limitations under the License.
 """The version of rules_license."""
 
-version = "0.0.7"
+version = "0.0.8"