diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 40ff6fe0d..3a327a032 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.0.2"
+ ".": "0.0.3"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 312f0e8db..0d4aff207 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.0.3](https://github.com/TrogonStack/TrogonEventStore/compare/v0.0.2...v0.0.3) (2026-09-08)
+
+
+### Bug Fixes
+
+* **security:** protect node capacity from password authentication floods ([#483](https://github.com/TrogonStack/TrogonEventStore/issues/483)) ([2df6d31](https://github.com/TrogonStack/TrogonEventStore/commit/2df6d3112b7e7ec287ea7b6f882406e2de04cd38))
+* **ui:** keep published assets stable across upgrades ([#485](https://github.com/TrogonStack/TrogonEventStore/issues/485)) ([53e5942](https://github.com/TrogonStack/TrogonEventStore/commit/53e5942c3981f5e654961a52178806c5eb644207))
+
## [0.0.2](https://github.com/TrogonStack/TrogonEventStore/compare/v0.0.1...v0.0.2) (2026-09-02)
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 33d9456c9..65b275c70 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -17,7 +17,7 @@
14.0
AnyCPU;x64;ARM64
false
- 0.0.2
+ 0.0.3
diff --git a/version.txt b/version.txt
index 4e379d2bf..bcab45af1 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.0.2
+0.0.3