Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <tinhtd.info@gmail.com>",
"license": "Apache-2.0",
Expand Down
Loading