diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7d209b31..9701e9eb5 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
 
+### [12.5.2](https://github.com/pact-foundation/pact-js/compare/v12.5.1...v12.5.2) (2024-05-30)
+
+
+### Fixes and Improvements
+
+* prevent non-number use in number matcher ([d0ee6c4](https://github.com/pact-foundation/pact-js/commit/d0ee6c42ba5853b69259549191c67015a10c2b5a))
+
 ### [12.5.1](https://github.com/pact-foundation/pact-js/compare/v12.5.0...v12.5.1) (2024-05-30)
 
 
diff --git a/package-lock.json b/package-lock.json
index 41c0c01c6..ae494a60e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@pact-foundation/pact",
-  "version": "12.5.1",
+  "version": "12.5.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@pact-foundation/pact",
-      "version": "12.5.1",
+      "version": "12.5.2",
       "license": "MIT",
       "dependencies": {
         "@pact-foundation/pact-core": "^14.3.4",
diff --git a/package.json b/package.json
index 02787616c..c1aa688ba 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pact-foundation/pact",
-  "version": "12.5.1",
+  "version": "12.5.2",
   "description": "Pact for all things Javascript",
   "main": "./src/index.js",
   "types": "./src/index.d.ts",