diff --git a/docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml b/docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml
new file mode 100644
index 0000000000..1a83f63980
--- /dev/null
+++ b/docs/docusaurus/docs/08-releases/06-release-9.4/_category_.yml
@@ -0,0 +1,2 @@
+label: 'Release 9.4'
+position: -9.4
\ No newline at end of file
diff --git a/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md b/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md
new file mode 100644
index 0000000000..1cc0d12344
--- /dev/null
+++ b/docs/docusaurus/docs/08-releases/06-release-9.4/release-9.4.0.md
@@ -0,0 +1,264 @@
+---
+id: release-9.4.0
+title: Release 9.4.0
+---
+
+# Release 9.4.0
+
+## 🔄 Migrations
+
+### 🐞 Admin Portal > Reports > Timezone shown is not showing timezone
+In order to see the change the default receipt template ballot_receipt_user.hbs needs some changes.
+From
+```
+{{timestamp}}
+```
+To
+```
+{{datetime from_rfc3339=timestamp output_format="%B %d, %Y %H:%M GMT %:z"}}
+```
+
+### 📖 [doc] Adding a section: `Reference/Third-Party Libraries`
+### For Developers
+1. **Rust Version**: All developers must use Rust 1.90.0. Run `rustc --version` in `devenv shell` to verify.
+2. **Dependency Updates**: After pulling this branch, run:
+See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for details.
+
+## 📝 Highlights
+
+### 📖 [doc] Adding a section: `Reference/Third-Party Libraries`
+This issue tracks the comprehensive update of Rust toolchain, dependencies, and documentation for the Step Repository. The goal is to standardize on **Rust stable 1.90.0** across all environments (Nix, GitHub Actions, Dockerfiles) and update all Rust crates and their dependencies to their latest compatible versions.
+Additionally, this includes creating developer documentation for managing Rust versions and third-party dependencies, plus implementing tooling for dependency auditing and reporting.
+See [sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996) for details.
+
+### 🛡 Security updates
+[Address dependabot security alerts in step repo.](https://github.com/sequentech/step/security/dependabot)
+For all maintained branches.
+See [sequentech/meta#10222](https://github.com/sequentech/meta/issues/10222) for details.
+
+## 📋 All Changes
+
+### 💥 Breaking Changes
+
+- 🐞 Admin Portal: Heterogeneus use of name/alias ([sequentech/meta#10552](https://github.com/sequentech/meta/issues/10552))
+ by @BelSequent, @yuvalkom-M
+
+
+### 🚀 Features
+
+- ✨ Docusaurus - Tutorial on how to make calls to hasura/graphql ([sequentech/meta#10959](https://github.com/sequentech/meta/issues/10959))
+ by @xalsina-sequent
+
+- ✨ Add AI Agent Documentation Structure ([sequentech/meta#10577](https://github.com/sequentech/meta/issues/10577))
+ by @Findeton
+
+- ✨ Generalize `release-tool` for semver & release-flow ([sequentech/meta#9230](https://github.com/sequentech/meta/issues/9230))
+ by @edulix
+
+- ✨ Admin Portal > Tasks: add support for tenant level tasks, like creating a new tenant ([sequentech/meta#2348](https://github.com/sequentech/meta/issues/2348))
+ by @yuvalkom-M
+
+- ✨ Instant-runoff Voting (IRV/RCV) System support ([sequentech/meta#8214](https://github.com/sequentech/meta/issues/8214))
+ by @BelSequent
+
+- ✨ Delegate voting with imports ([sequentech/meta#7683](https://github.com/sequentech/meta/issues/7683))
+ by @xalsina-sequent
+
+- ✨ Don't build/push images on main ([sequentech/meta#9291](https://github.com/sequentech/meta/issues/9291))
+ by @Findeton
+
+- ✨ Publicly Open Source Preparations ([sequentech/meta#9060](https://github.com/sequentech/meta/issues/9060))
+ by @edulix
+
+- ✨ IdP-initiated SAML SSO authentication flow support ([sequentech/meta#8213](https://github.com/sequentech/meta/issues/8213))
+ by @xalsina-sequent
+
+- ✨ Move voter signature to the voting portal ([sequentech/meta#5518](https://github.com/sequentech/meta/issues/5518))
+ by @xalsina-sequent
+
+- ✨ Voting Portal > Nightwatch voting with no revotes ([sequentech/meta#8624](https://github.com/sequentech/meta/issues/8624))
+ by @Findeton
+
+- ✨ Automatic Launch of E2E tests for environments and during release process ([sequentech/meta#7004](https://github.com/sequentech/meta/issues/7004))
+ by @Findeton
+
+
+### 🛠 Bug Fixes
+
+- 🐞 Admin Portal > Electoral Logs >Timestamp filter does not work ([sequentech/meta#9995](https://github.com/sequentech/meta/issues/9995))
+ by @BelSequent
+
+- 🐞 Admin Portal: Voter Date input loses focus while typing ([sequentech/meta#11804](https://github.com/sequentech/meta/issues/11804))
+ by @Findeton
+
+- 🐞 Windmill: SQL parameters sanitization ([sequentech/meta#11608](https://github.com/sequentech/meta/issues/11608))
+ by @Findeton
+
+- 🐞 Admin portal - Missing labels in tally results when using a language disabled in the election ([sequentech/meta#11609](https://github.com/sequentech/meta/issues/11609))
+ by @xalsina-sequent
+
+- 🐞 Tally - Report file names cut when election names are too long ([sequentech/meta#11607](https://github.com/sequentech/meta/issues/11607))
+ by @xalsina-sequent
+
+- 🐞 Voting Portal: Ballot Locator redirect not working ([sequentech/meta#11699](https://github.com/sequentech/meta/issues/11699))
+ by @Findeton
+
+- 🐞 Voting portal: Can't login on kiosk channel ([sequentech/meta#11638](https://github.com/sequentech/meta/issues/11638))
+ by @Findeton
+
+- 🐞 Admin Portal > Electoral Logs > Export CSV issues ([sequentech/meta#10960](https://github.com/sequentech/meta/issues/10960))
+ by @BelSequent
+
+- 🐞 Admin Portal: Sidebar tree does not refresh after creating an election event ([sequentech/meta#11587](https://github.com/sequentech/meta/issues/11587))
+ by @Findeton
+
+- 🐞 Tally: arbitrary votes instead of the last one on voter re-votes ([sequentech/meta#11342](https://github.com/sequentech/meta/issues/11342))
+ by @xalsina-sequent
+
+- 🐞 Admin portal - Election Event Localization Tab shows no "No results found" when localizations are present ([sequentech/meta#11128](https://github.com/sequentech/meta/issues/11128))
+ by @xalsina-sequent
+
+- 🐞 Admin Portal: Ballot images PDF missing contests beyond the second one ([sequentech/meta#11451](https://github.com/sequentech/meta/issues/11451))
+ by @Findeton
+
+- 🐞 Windmill - Duplicate Key error caused by race condition while Logging Electoral logs in process_electoral_log_events_batch task ([sequentech/meta#11108](https://github.com/sequentech/meta/issues/11108))
+ by @xalsina-sequent
+
+- 🐞 IRV: Default tally operation processes the candidate results in each area. ([sequentech/meta#11115](https://github.com/sequentech/meta/issues/11115))
+ by @BelSequent
+
+- 🐞 Ballot Verifier > Custom CSS not properly applied ([sequentech/meta#8476](https://github.com/sequentech/meta/issues/8476))
+ by @yuvalkom-M
+
+- 🐞 Unneeded "Or Sign With"/simplesaml in Keycloak Login ([sequentech/meta#10141](https://github.com/sequentech/meta/issues/10141))
+ by @yuvalkom-M
+
+- 🐞 NullPointerException on voter login after KC24 → KC26.4 upgrade ([sequentech/meta#10972](https://github.com/sequentech/meta/issues/10972))
+ by @Findeton
+
+- 🐞 Can't send emails from keycloak ([sequentech/meta#10143](https://github.com/sequentech/meta/issues/10143))
+ by @Findeton
+
+- 🐞 Admin Portal: Can't allow write-ins ([sequentech/meta#10631](https://github.com/sequentech/meta/issues/10631))
+ by @Findeton
+
+- 🐞 Voting Portal > IRV > Limit in ranking positions is not consistent with max_votes constraint ([sequentech/meta#10350](https://github.com/sequentech/meta/issues/10350))
+ by @BelSequent
+
+- 🐞 Admin Portal: Can't do report actions ([sequentech/meta#10549](https://github.com/sequentech/meta/issues/10549))
+ by @yuvalkom-M
+
+- 🐞 Voting Portal > Candidate images broken after export then import the event ([sequentech/meta#9087](https://github.com/sequentech/meta/issues/9087))
+ by @yuvalkom-M
+
+- 🐞 Admin Portal: Scheduled Repeatable Reports is not working ([sequentech/meta#5412](https://github.com/sequentech/meta/issues/5412))
+ by @yuvalkom-M
+
+- 🐞 Tally > Ballot Image fails on second time: duplicate ACM key ([sequentech/meta#8679](https://github.com/sequentech/meta/issues/8679))
+ by @BelSequent
+
+- 🐞 Tally Multi Contest area votes not included in tally if area does not have the first contest assigned ([sequentech/meta#9994](https://github.com/sequentech/meta/issues/9994))
+ by @xalsina-sequent
+
+- 🐞 sequentech-bot is not in the allow list for CLA ([sequentech/meta#10089](https://github.com/sequentech/meta/issues/10089))
+ by @Findeton
+
+- 🐞 Voting Portal > Grace Period not applied if no scheduled event ([sequentech/meta#9091](https://github.com/sequentech/meta/issues/9091))
+ by @BelSequent
+
+- 🐞 New immudb column `ballot_id` is not backwards compatible ([sequentech/meta#9986](https://github.com/sequentech/meta/issues/9986))
+ by @BelSequent
+
+- 🐞 Admin Portal > Reports > Timezone shown is not showing timezone ([sequentech/meta#6191](https://github.com/sequentech/meta/issues/6191))
+ by @xalsina-sequent
+
+- 🐞 Tally > Contests are not in order when using multi-contest encoding ([sequentech/meta#8678](https://github.com/sequentech/meta/issues/8678))
+ by @xalsina-sequent
+
+- 🐞 Multi-Tenant login doesn't work ([sequentech/meta#9993](https://github.com/sequentech/meta/issues/9993))
+ by @Findeton
+
+- 🐞 Admin Portal > Can't send message to voters ([sequentech/meta#9721](https://github.com/sequentech/meta/issues/9721))
+ by @Findeton
+
+- 🐞 Errors editing forms ([sequentech/meta#9572](https://github.com/sequentech/meta/issues/9572))
+ by @Findeton
+
+- 🐞 Keycloak's custom event listener is not working ([sequentech/meta#9574](https://github.com/sequentech/meta/issues/9574))
+ by @Findeton
+
+- 🐞 Tally > Export option can't be read correctly if title is too long ([sequentech/meta#8676](https://github.com/sequentech/meta/issues/8676))
+ by @yuvalkom-M
+
+- 🐞 Tally > "No Results" while loading the results ([sequentech/meta#8677](https://github.com/sequentech/meta/issues/8677))
+ by @yuvalkom-M
+
+- 🐞 Tally UI shows manual and executes automatic after policy switch ([sequentech/meta#8472](https://github.com/sequentech/meta/issues/8472))
+ by @yuvalkom-M
+
+- 🐞 Contest result extended metrics are 0 ([sequentech/meta#8573](https://github.com/sequentech/meta/issues/8573))
+ by @BelSequent
+
+- 🐞 Error with tenants and templates in Admin portal. ([sequentech/meta#9539](https://github.com/sequentech/meta/issues/9539))
+ by @xalsina-sequent
+
+- 🐞 Fix graphql typescript issues ([sequentech/meta#9540](https://github.com/sequentech/meta/issues/9540))
+ by @Findeton
+
+- 🐞 Keys Ceremony > State not cleared when switching Election Events ([sequentech/meta#8675](https://github.com/sequentech/meta/issues/8675))
+ by @yuvalkom-M
+
+- 🐞 Can't filter voter logs by username ([sequentech/meta#7751](https://github.com/sequentech/meta/issues/7751))
+ by @xalsina-sequent, @yuvalkom-M
+
+- 🐞 Tally > State not cleared when switching events ([sequentech/meta#8674](https://github.com/sequentech/meta/issues/8674))
+ by @yuvalkom-M
+
+- 🐞 Username is shown after an attempted login with a valid username ([sequentech/meta#6476](https://github.com/sequentech/meta/issues/6476))
+ by @yuvalkom-M
+
+- 🐞 Fixes after dependency updates ([sequentech/meta#9132](https://github.com/sequentech/meta/issues/9132))
+ by @Findeton
+
+- 📖 [doc] Adding a section: `Reference/Third-Party Libraries` ([sequentech/meta#7996](https://github.com/sequentech/meta/issues/7996))
+ by @Findeton, @edulix
+
+- 🐞 Windmill > Can't create Ballot Images on ARM ([sequentech/meta#8621](https://github.com/sequentech/meta/issues/8621))
+ by @xalsina-sequent
+
+- 🐞 Voter log errors ([sequentech/meta#8097](https://github.com/sequentech/meta/issues/8097))
+ by @yuvalkom-M
+
+- 🐞 Admin Portal > Sidebar: Can't select active events tab if all Events are archived ([sequentech/meta#8876](https://github.com/sequentech/meta/issues/8876))
+ by @Findeton
+
+- 🐞 Default Invalid vote policy mismatch ([sequentech/meta#8855](https://github.com/sequentech/meta/issues/8855))
+ by @Findeton
+
+
+### 📖 Documentation
+
+- 📖 [doc] v9.0.2 documentation ([sequentech/meta#9156](https://github.com/sequentech/meta/issues/9156))
+ by @Findeton
+
+
+### 🛡 Security Updates
+
+- 🛡 Security updates ([sequentech/meta#10222](https://github.com/sequentech/meta/issues/10222))
+ by @yuvalkom-M
+
+- 🛡 Security updates: ring ([sequentech/meta#9133](https://github.com/sequentech/meta/issues/9133))
+ by @Findeton
+
+
+### Other Changes
+
+- ✨ Sunday Deployment - 8-Feb-2026 ([sequentech/meta#10603](https://github.com/sequentech/meta/issues/10603))
+ by @oded-eid-sequentech
+
+- ✨ Move From Self-Hosted Runners using Runs-On in AWS to using GHA controller in a Google Cloud Project ([sequentech/meta#6511](https://github.com/sequentech/meta/issues/6511))
+ by @oded-eid-sequentech
+