diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 40ff6fe0d..466df71c8 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.0.2"
+ ".": "0.1.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 312f0e8db..6820ddabb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.1.0](https://github.com/TrogonStack/TrogonEventStore/compare/v0.0.2...v0.1.0) (2026-09-16)
+
+
+### Features
+
+* **test-client:** preserve supported operations over gRPC ([#487](https://github.com/TrogonStack/TrogonEventStore/issues/487)) ([85e489d](https://github.com/TrogonStack/TrogonEventStore/commit/85e489da3c3b8ec567b2504bfc5ff8c3787890de))
+
+
+### Bug Fixes
+
+* **security:** preserve authorization behavior over gRPC ([#489](https://github.com/TrogonStack/TrogonEventStore/issues/489)) ([0ef196b](https://github.com/TrogonStack/TrogonEventStore/commit/0ef196bab2990fe027c4dcddaf097fb8b6baedb7))
+* **security:** protect node capacity from password authentication floods ([#483](https://github.com/TrogonStack/TrogonEventStore/issues/483)) ([2df6d31](https://github.com/TrogonStack/TrogonEventStore/commit/2df6d3112b7e7ec287ea7b6f882406e2de04cd38))
+* **subscriptions:** preserve behavior over gRPC ([#488](https://github.com/TrogonStack/TrogonEventStore/issues/488)) ([7b0fbe3](https://github.com/TrogonStack/TrogonEventStore/commit/7b0fbe3e65bbb8d53a13ddfa29c80cc0015f4ff4))
+* **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..4bc02c04d 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.1.0
diff --git a/version.txt b/version.txt
index 4e379d2bf..6e8bf73aa 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.0.2
+0.1.0