diff --git a/website_and_docs/content/blog/2023/selenium-4-14-released.md b/website_and_docs/content/blog/2023/selenium-4-14-released.md
new file mode 100644
index 000000000000..003cbc74b59a
--- /dev/null
+++ b/website_and_docs/content/blog/2023/selenium-4-14-released.md
@@ -0,0 +1,128 @@
+---
+title: "Selenium 4.14 Released!"
+linkTitle: "Selenium 4.14 Released!"
+date: 2023-09-25
+tags: ["selenium"]
+categories: ["releases"]
+author: Titus Fortner [@titusfortner](https://titusfortner.com)
+description: >
+ Today we're happy to announce that Selenium 4.14 has been released!
+---
+
+We're very happy to announce the release of Selenium 4.14.0 for Java,
+Python, Javascript, Ruby, .NET and the Grid.
+Links to everything can be found on our [downloads page][downloads].
+
+### Highlights
+
+ * Chrome DevTools support is now: v116, v117, and v118 (Firefox still uses v85 for all versions)
+ * If you are using Java, this release requires Java 11! (see post on [Java 8 support](/blog/2023/java-8-support/))
+ * Selenium supports automatic downloading and management of the Microsoft Edge browser
+
+#### Relevant improvements per language
+
+ * Java
+ * Removed support for Async HTTP Client, the default is now the default Java library
+ * Allow setting SSL context in client config for HttpClient
+ * Several logging message improvements
+ * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)
+
+
+
+ * JavaScript
+ * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md)
+
+
+
+ * .NET
+ * Saving screenshots with different image formats is deprecated
+ * Removed IdentityModel dependency
+ * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG)
+
+
+
+ * Python
+ * Fix bug that didn't close log_output in Service classes
+ * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES)
+
+
+
+ * Ruby
+ * Provide public access to atom scripts
+ * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
+
+
+
+ * Rust
+ * Automated Edge management
+ * Recognizes and handles webview2
+ * Locates existing Chromium browsers when specifying Chrome
+ * [See all changes](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/CHANGELOG.md)
+
+
+### 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.13.0 + 4.14.0
To use the Selenium Server in a Grid configuration see the @@ -107,7 +107,7 @@
- Nuget latest release is 4.13.1 Released on September 25, 2023. + Nuget latest release is 4.14.0 Released on October 9, 2023.
Stable: - 4.13.1 (September 25, 2023) + 4.14.0 (October 9, 2023)
@@ -54,8 +54,8 @@
Stable: - - 4.13.1 (September 25, 2023) + + 4.14.0 (October 9, 2023)
@@ -82,8 +82,8 @@
Stable: - - 4.13.0 (September 25, 2023) + + 4.14.0 (October 9, 2023)
@@ -111,7 +111,7 @@
Stable: - 4.13.0 (September 25, 2023) + 4.14.0 (October 9, 2023)
@@ -139,7 +139,7 @@
Stable: - 4.13.0 (September 25, 2023) + 4.14.0 (October 9, 2023)