diff --git a/website_and_docs/content/blog/2025/selenium-4-32-released.md b/website_and_docs/content/blog/2025/selenium-4-32-released.md
new file mode 100644
index 00000000000..a02c31e01ca
--- /dev/null
+++ b/website_and_docs/content/blog/2025/selenium-4-32-released.md
@@ -0,0 +1,180 @@
+---
+title: "Selenium 4.32 Released!"
+linkTitle: "Selenium 4.32 Released!"
+date: 2025-05-05
+tags: [ "selenium" ]
+categories: [ "releases" ]
+author: Diego Molina [@diemol](https://www.diemol.com)
+images:
+ - "/images/blog/2025/selenium_4.32.jpg"
+description: >
+ Today we're happy to announce that Selenium 4.32 has been released!
+---
+
+Weโre excited to announce the release of **Selenium 4.32** for Javascript, Ruby, Python, .NET, Java
+and the Grid! ๐
+This release continues the focus on strengthening BiDi support across multiple bindings, improving
+stability in tests, and refining documentation and developer experience.
+
+Links to all assets can be found on our [downloads page][downloads].
+
+
+---
+
+## ๐ Major Highlights
+
+- Enhanced **BiDi (Bi-Directional)** protocol support for Python, Java, Ruby, and .NET bindings
+- Dozens of **bug fixes and stability improvements** in tests and documentation
+- Selenium Grid now better handles **capabilities for mobile testing with Relay Nodes**
+- New utility class in Python to manage a local Grid server
+- Additional updates to support AOT compatibility and memory optimizations in .NET
+
+---
+
+## ๐น Language-Specific Changes
+
+### **Java**
+
+- BiDi improvements: `onNavigationCommitted`, `getClientWindows`, and Edge support [#15560](https://github.com/SeleniumHQ/selenium/pull/15560), [#15661](https://github.com/SeleniumHQ/selenium/pull/15661)
+- BiDi tests enabled for Edge network module [#15654](https://github.com/SeleniumHQ/selenium/pull/15654)
+- Set BiDi as active protocol for Remote Firefox [#15224](https://github.com/SeleniumHQ/selenium/pull/15224)
+- Dependency versioning improvements via BOM [#15689](https://github.com/SeleniumHQ/selenium/pull/15689)
+
+### **Python**
+
+- Fixes to test args for `--headless` and `--bidi` [#15567](https://github.com/SeleniumHQ/selenium/pull/15567)
+- Improvements in test coverage and cleanup [#15579](https://github.com/SeleniumHQ/selenium/pull/15579), [#15580](https://github.com/SeleniumHQ/selenium/pull/15580)
+- FedCM state leak fix [#15583](https://github.com/SeleniumHQ/selenium/pull/15583)
+- BiDi Network: intercepts and authentication implemented [#14592](https://github.com/SeleniumHQ/selenium/pull/14592)
+- Implemented BiDi `browser`, `browsing_context`, and `log` modules [#15616](https://github.com/SeleniumHQ/selenium/pull/15616), [#15631](https://github.com/SeleniumHQ/selenium/pull/15631), [#15668](https://github.com/SeleniumHQ/selenium/pull/15668)
+- Added `Server` utility class to manage Grid [#15666](https://github.com/SeleniumHQ/selenium/pull/15666)
+- Modernized linting setup and doc publishing [#15614](https://github.com/SeleniumHQ/selenium/pull/15614)
+
+### **JavaScript**
+
+- [Set remote active protocol in Firefox to BiDi only](https://github.com/SeleniumHQ/selenium/commit/a1ff120a9fd69daeea6a51d41aee6beb83748895)
+
+### **Ruby**
+
+- Added `PrintOptions` support [#15158](https://github.com/SeleniumHQ/selenium/pull/15158)
+- WebSocket port handling for Firefox [#15458](https://github.com/SeleniumHQ/selenium/pull/15458)
+- BiDi `setViewport`, `activate`, and log support enhanced [#15290](https://github.com/SeleniumHQ/selenium/pull/15290), [#15365](https://github.com/SeleniumHQ/selenium/pull/15365)
+
+
+### **.NET**
+
+- Extensive BiDi refactoring for better spec alignment and AOT compatibility [#15575](https://github.com/SeleniumHQ/selenium/pull/15575), [#15591](https://github.com/SeleniumHQ/selenium/pull/15591)
+- Introduced strong typing for LocalValue conversions [#15532](https://github.com/SeleniumHQ/selenium/pull/15532)
+- Refined network interception and error handling [#15603](https://github.com/SeleniumHQ/selenium/pull/15603), [#15521](https://github.com/SeleniumHQ/selenium/pull/15521)
+- Websocket memory and platform detection improvements [#15640](https://github.com/SeleniumHQ/selenium/pull/15640), [#15649](https://github.com/SeleniumHQ/selenium/pull/15649)
+
+### **Grid**
+
+- Fixed Safari-specific capability prefix handling [#15574](https://github.com/SeleniumHQ/selenium/pull/15574)
+- Improved handling of `browserName` for Relay Nodes in mobile [#15537](https://github.com/SeleniumHQ/selenium/pull/15537)
+
+### **Docker Selenium**
+
+- Docker: Init python venv with non-root user ([#2769](https://github.com/SeleniumHQ/docker-selenium/pull/2769))
+- Docker: Remove Hub GraphQL dependency from video recorder ([#2813](https://github.com/SeleniumHQ/docker-selenium/pull/2813))
+- Docker: Fluxbox not rendering Chinese characters via VNC view ([#2817](https://github.com/SeleniumHQ/docker-selenium/pull/2817))
+- [See all changes](https://github.com/SeleniumHQ/docker-selenium/releases)
+
+
+
+
+We thank all our contributors for their incredible efforts in making Selenium better with every
+release. โค๏ธ
+
+For a detailed look at all changes, check out
+the [release notes](https://github.com/SeleniumHQ/selenium/releases/tag/4.32).
+
+
+
+## Contributors
+
+**Special shout-out to everyone who helped the Selenium Team get this release out!**
+
+### [Selenium](https://github.com/SeleniumHQ/selenium)
+
+
Latest stable version - 4.31.0 + 4.32.0
To use the Selenium Server in a Grid configuration see the @@ -115,7 +115,7 @@
- Nuget latest release is 4.31.0 Released on April 05, 2025. + Nuget latest release is 4.32.0 Released on May 02, 2025.
Stable: - 4.31.0 (April 05, 2025) + 4.32.0 (May 02, 2025)
@@ -54,8 +54,8 @@
Stable: - - 4.31.0 (April 05, 2025) + + 4.32.0 (May 02, 2025)
@@ -82,8 +82,8 @@
Stable: - - 4.31.0 (April 05, 2025) + + 4.32.0 (May 02, 2025)
@@ -111,7 +111,7 @@
Stable: - 4.31.0 (April 05, 2024) + 4.32.0 (May 02, 2024)
@@ -139,7 +139,7 @@
Stable: - 4.31.0 (April 05, 2025) + 4.32.0 (May 02, 2025)
diff --git a/website_and_docs/static/images/blog/2025/selenium_4.32.jpg b/website_and_docs/static/images/blog/2025/selenium_4.32.jpg new file mode 100644 index 00000000000..1f24f76ff21 Binary files /dev/null and b/website_and_docs/static/images/blog/2025/selenium_4.32.jpg differ