diff --git a/CHANGELOG.md b/CHANGELOG.md
index de0f7c4e5..ed07d141f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [12.5.1](https://github.com/uktrade/platform-tools/compare/12.5.0...12.5.1) (2025-01-14)
+
+
+### Bug Fixes
+
+* DBTP-1644: handle next token when getting services for application ([#721](https://github.com/uktrade/platform-tools/issues/721)) ([b87e532](https://github.com/uktrade/platform-tools/commit/b87e532a7d53ef60bf8939c515bbac0d52cb7438))
+
 ## [12.5.0](https://github.com/uktrade/platform-tools/compare/12.4.1...12.5.0) (2025-01-08)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index 792d236ba..99f3898ba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ line-length = 100
 
 [tool.poetry]
 name = "dbt-platform-helper"
-version = "12.5.0"
+version = "12.5.1"
 description = "Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot."
 authors = ["Department for Business and Trade Platform Team <sre-team@digital.trade.gov.uk>"]
 license = "MIT"
diff --git a/release-manifest.json b/release-manifest.json
index ec2f260fc..a9993f92c 100644
--- a/release-manifest.json
+++ b/release-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "12.5.0"
+  ".": "12.5.1"
 }