Update version in docs to 4.14.1
diff --git a/README.md b/README.md
index daffaff..dbfcf5c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 *If you're reading this on github.com, please note that this is the readme for the development 
 version and that some features described here might not yet have been released. You can find the
 documentation for latest version through [DataStax Docs] or via the release tags, e.g. 
-[4.14.0](https://github.com/datastax/java-driver/tree/4.14.0).*
+[4.14.1](https://github.com/datastax/java-driver/tree/4.14.1).*
 
 A modern, feature-rich and highly tunable Java client library for [Apache Cassandra®] \(2.1+) and 
 [DataStax Enterprise] \(4.7+), and [DataStax Astra], using exclusively Cassandra's binary protocol
diff --git a/changelog/README.md b/changelog/README.md
index fd6dccd..eb17219 100644
--- a/changelog/README.md
+++ b/changelog/README.md
@@ -2,6 +2,12 @@
 
 <!-- Note: contrary to 3.x, insert new entries *first* in their section -->
 
+### 4.14.1
+
+- [improvement] JAVA-3013: Upgrade dependencies to address CVEs and other security issues, 4.14.1 edition
+- [improvement] JAVA-3003: Update jnr-posix to address CVE-2014-4043
+- [improvement] JAVA-2977: Update Netty to resolve higher-priority CVEs
+
 ### 4.14.0
 
 - [bug] JAVA-2976: Support missing protocol v5 error codes CAS_WRITE_UNKNOWN, CDC_WRITE_FAILURE
diff --git a/manual/core/bom/README.md b/manual/core/bom/README.md
index f1741a4..df16bda 100644
--- a/manual/core/bom/README.md
+++ b/manual/core/bom/README.md
@@ -13,7 +13,7 @@
       <dependency>
         <groupId>com.datastax.oss</groupId>
         <artifactId>java-driver-bom</artifactId>
-        <version>4.14.0</version>
+        <version>4.14.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -65,7 +65,7 @@
 ```xml
 <project>
   <properties>
-    <java-driver.version>4.14.0</java-driver.version>
+    <java-driver.version>4.14.1</java-driver.version>
   </properties>
   <dependencyManagement>
     <dependencies>