Skip to content

Commit 49291b9

Browse files
committed
chore(release): v0.2.0 [skip ci]
1 parent 0fdbe84 commit 49291b9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
## 0.1.0 (2024-03-14)
1+
## 0.2.0 (2024-12-21)
2+
23

34
### Features
45

5-
* Initial release of the generic REST API tester
6-
* Support for testing any REST API endpoint with configurable base URL
7-
* Multiple authentication methods (Basic, Bearer Token, API Key)
8-
* Support for GET, POST, PUT, and DELETE methods
9-
* Custom headers and request body handling
10-
* Detailed response information including status, headers, and body
6+
* **ssl:** add SSL verification control with secure defaults ([0fdbe84](https://github.com/zenturacp/mcp-rest-api/commit/0fdbe844dd4ce8b79f38a33df323a29e28253724))
7+

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.1.3",
3+
"version": "0.2.0",
44
"description": "A generic REST API tester for testing HTTP endpoints",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)