diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3fa663b..4c0601fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,31 @@
+## [Omni 0.30.1](https://github.com/siderolabs/omni/releases/tag/v0.30.1) (2024-03-07)
+
+Welcome to the v0.30.1 release of Omni!
+
+
+
+Please try out the release binaries and report any issues at
+https://github.com/siderolabs/omni/issues.
+
+### Contributors
+
+* Andrey Smirnov
+* Artem Chernyshev
+
+### Changes
+<details><summary>3 commits</summary>
+<p>
+
+* [`93fbcae`](https://github.com/siderolabs/omni/commit/93fbcae456f6d4513050e53133e881b0e6aff457) fix: add missing `v` prefix when looking up version in the image factory
+* [`69dba26`](https://github.com/siderolabs/omni/commit/69dba26ece626b0b9627adc5f94f3105077afc57) fix: redirect omni feedback to omni repo
+* [`dfcbaae`](https://github.com/siderolabs/omni/commit/dfcbaae7d0b7d61d3af526f510db7e233cfb6807) chore: initial commit
+</p>
+</details>
+
+### Dependency Changes
+
+This release has no dependency changes
+
 ## [Omni 0.20.0](https://github.com/siderolabs/omni/releases/tag/v0.20.0) (2023-10-17)
 
 Welcome to the v0.20.0 release of Omni!
diff --git a/hack/release.toml b/hack/release.toml
index 336835b0..9ad78e12 100644
--- a/hack/release.toml
+++ b/hack/release.toml
@@ -6,19 +6,3 @@ github_repo = "siderolabs/omni"
 match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
 
 pre_release = false
-previous = "v0.19.0"
-
-[notes]
-
-  [notes.kubernetes-config]
-    title = "Kubeconfig Changes"
-    description = """\
-Omni now generates Kubernetes configs without accessing Talos API.
-"""
-
-  [notes.saml-roles]
-    title = ""
-    description = """\
-Omni can now define SAML user roles depending on the SAML labels it gets from the SAML assertion.
-Role is assigned only once on user creation.
-"""
diff --git a/internal/version/data/tag b/internal/version/data/tag
index 66dc9051..c173e42d 100644
--- a/internal/version/data/tag
+++ b/internal/version/data/tag
@@ -1 +1 @@
-undefined
\ No newline at end of file
+v0.30.1