diff --git a/developer-support/release-notes/overview.mdx b/developer-support/release-notes/overview.mdx
index f7b899603..89e767ade 100644
--- a/developer-support/release-notes/overview.mdx
+++ b/developer-support/release-notes/overview.mdx
@@ -86,13 +86,13 @@ export const releaseData = {
"home": "tyk-pump",
"name": "Tyk Pump",
"licensed": false,
- "latest": "1.14.0",
+ "latest": "1.14.1",
"releaseNotesPath": "developer-support/release-notes/pump",
"latestData": {
- "name": "1.14.0",
- "date": "06/03/2026",
- "docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.14.0",
- "tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.14.0"
+ "name": "1.14.1",
+ "date": "20/04/2026",
+ "docker": "https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.14.1",
+ "tag": "https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.14.1"
}
},
{
diff --git a/developer-support/release-notes/pump.mdx b/developer-support/release-notes/pump.mdx
index bd0b5cd95..76c6a33e6 100644
--- a/developer-support/release-notes/pump.mdx
+++ b/developer-support/release-notes/pump.mdx
@@ -17,6 +17,82 @@ Our minor releases are supported until our next minor comes out.
## 1.14 Release Notes
+### 1.14.1 Release Notes
+
+#### Release Date 20th April 2026
+
+#### Release Highlights
+
+In this release, we have updated Tyk Pump to Golang 1.25 and addressed CVEs for enhanced security and performance.
+For a comprehensive list of changes, please refer to the detailed [changelog](#Changelog-v1.14.1).
+
+#### Breaking Changes
+
+This release has no breaking changes.
+
+#### Dependencies
+
+##### 3rd Party Dependencies & Tools
+
+
+| Third Party Dependency | Tested Versions | Compatible Versions |
+| :--------------------------------------------------------- | :----------------- | :------------------------ |
+| [MongoDB](https://www.mongodb.com/try/download/community) | 5.x, 6.x, and 7.0 | 4.4.x, 5.x, 6.x, and 7.0 |
+| [PostgreSQL](https://www.postgresql.org/download/) | 13.x - 17.x | 13.x - 17.x |
+| [Redis](https://redis.io/download/) | 6.x - 7.0 | 6.x - 7.x |
+| [Valkey](https://valkey.io/download/) | 8.0.x, 8.1.x | 7.2.x, 8.0.x, 8.1.x |
+
+Given the time difference between your upgrade and the release of this version, we recommend customers verify the ongoing support of third-party dependencies they install, as their status may have changed since the release.
+
+#### Deprecations
+
+There are no deprecations in this release.
+
+#### Upgrade instructions
+
+For users currently on v1.14.0, we strongly recommend promptly upgrading to the latest release.
+Go to the [Upgrading Tyk](#upgrading-tyk) section for detailed upgrade Instructions.
+
+#### Downloads
+- [Docker Image v1.14.1](https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=&page_size=&ordering=&name=v1.14.1)
+ - ```bash
+ docker pull tykio/tyk-pump-docker-pub:v1.14.1
+ ```
+- Source code tarball for OSS - [GH Tyk Pump Repo](https://github.com/TykTechnologies/tyk-pump/releases/tag/v1.14.1)
+
+#### Changelog
+
+
+
+
+
+Pump has been updated to Golang 1.25, improving security by staying up-to-date with Go versions.
+
+
+
+
+##### Security Fixes
+
+
+
+
+Addressed the following CVEs, providing increased protection against security
+vulnerabilities, including, but not limited to:
+
+- CVE-2026-25679
+- CVE-2025-32286
+- CVE-2026-27139
+- CVE-2026-32280
+- CVE-2026-32281
+- CVE-2026-32288
+- CVE-2026-32289
+- CVE-2026-32282
+- CVE-2026-32283
+
+
+
+
+
### 1.14.0 Release Notes
#### Release Date 06 March 2026