Skip to content

Commit

Permalink
chore(release): v0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmaker committed Dec 28, 2024
1 parent fc564c6 commit ea25806
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## 0.2.0 (2024-12-21)
## [0.3.0](https://github.com/dkmaker/mcp-rest-api/compare/v0.2.0...v0.3.0) (2024-12-28)


### Features

* **ssl:** add SSL verification control with secure defaults ([0fdbe84](https://github.com/zenturacp/mcp-rest-api/commit/0fdbe844dd4ce8b79f38a33df323a29e28253724))
* add config documentation and improve URL resolution examples ([8c6100f](https://github.com/dkmaker/mcp-rest-api/commit/8c6100f47777605a0571edbd161ffd20fc48b640))
* add MCP resources for documentation ([a20cf35](https://github.com/dkmaker/mcp-rest-api/commit/a20cf352e9731841a8d7e833007a96bdd1a0c390))


### Bug Fixes

* correct response truncation to return first N bytes ([ce34649](https://github.com/dkmaker/mcp-rest-api/commit/ce34649c4d8e6bc6d740e8f3fbc6e3df517e0eec))

## [0.2.0](https://github.com/dkmaker/mcp-rest-api/compare/0fdbe844dd4ce8b79f38a33df323a29e28253724...v0.2.0) (2024-12-21)


### Features

* **ssl:** add SSL verification control with secure defaults ([0fdbe84](https://github.com/dkmaker/mcp-rest-api/commit/0fdbe844dd4ce8b79f38a33df323a29e28253724))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dkmaker-mcp-rest-api",
"version": "0.2.0",
"version": "0.3.0",
"description": "A generic REST API tester for testing HTTP endpoints",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit ea25806

Please sign in to comment.