diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a83486..6d0031e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Implements all remaining audit findings for v3 API correctness and robustness. A --- -## Version 1.0.6 2026-03-05 +## Version 1.0.7 2026-03-05 **PATCH RELEASE — Fix 9 v3 API Issues (5 CRITICAL + 4 HIGH)** diff --git a/index.js b/index.js index 346faa7..1372b97 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ "use strict"; /** Library Version */ -module.exports.version = "1.0.6"; +module.exports.version = "1.0.7"; // ── Cloud Controller models ──────────────────────────────────────────── const Apps = require("./lib/model/cloudcontroller/Apps"); diff --git a/package.json b/package.json index 6579f71..393bbd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf-node-client", - "version": "1.0.6", + "version": "1.0.7", "description": "A Cloud Foundry Client for Node.js supporting TypeScript and JavaScript.", "author": "Leo Trinh ", "license": "Apache-2.0",