Skip to content

Commit ea25806

Browse files
committed
chore(release): v0.3.0 [skip ci]
1 parent fc564c6 commit ea25806

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
## 0.2.0 (2024-12-21)
1+
## [0.3.0](https://github.com/dkmaker/mcp-rest-api/compare/v0.2.0...v0.3.0) (2024-12-28)
22

33

44
### Features
55

6-
* **ssl:** add SSL verification control with secure defaults ([0fdbe84](https://github.com/zenturacp/mcp-rest-api/commit/0fdbe844dd4ce8b79f38a33df323a29e28253724))
6+
* add config documentation and improve URL resolution examples ([8c6100f](https://github.com/dkmaker/mcp-rest-api/commit/8c6100f47777605a0571edbd161ffd20fc48b640))
7+
* add MCP resources for documentation ([a20cf35](https://github.com/dkmaker/mcp-rest-api/commit/a20cf352e9731841a8d7e833007a96bdd1a0c390))
8+
9+
10+
### Bug Fixes
11+
12+
* correct response truncation to return first N bytes ([ce34649](https://github.com/dkmaker/mcp-rest-api/commit/ce34649c4d8e6bc6d740e8f3fbc6e3df517e0eec))
13+
14+
## [0.2.0](https://github.com/dkmaker/mcp-rest-api/compare/0fdbe844dd4ce8b79f38a33df323a29e28253724...v0.2.0) (2024-12-21)
15+
16+
17+
### Features
18+
19+
* **ssl:** add SSL verification control with secure defaults ([0fdbe84](https://github.com/dkmaker/mcp-rest-api/commit/0fdbe844dd4ce8b79f38a33df323a29e28253724))
720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dkmaker-mcp-rest-api",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A generic REST API tester for testing HTTP endpoints",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)