diff --git a/README.md b/README.md
index daffaff95c8..dbfcf5c308e 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 fd6dccdb3a0..eb17219a060 100644
--- a/changelog/README.md
+++ b/changelog/README.md
@@ -2,6 +2,12 @@
+### 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 f1741a43372..df16bda4492 100644
--- a/manual/core/bom/README.md
+++ b/manual/core/bom/README.md
@@ -13,7 +13,7 @@ To import the driver's BOM, add the following section in your application's own
com.datastax.oss
java-driver-bom
- 4.14.0
+ 4.14.1
pom
import
@@ -65,7 +65,7 @@ good idea to extract a property to keep it in sync with the BOM:
```xml
- 4.14.0
+ 4.14.1