Skip to content

Commit 243fde7

Browse files
chore(release): prepare for 1.0.1 release
1 parent 9c5b873 commit 243fde7

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
## Unreleased Changes
44

5-
### Changed
5+
## 1.0.1
66

77
- Upgraded `@modelcontextprotocol/sdk` from `^1.8.0` to `^1.24.3` for improved compatibility and latest features
8-
9-
### Security
10-
118
- Fixed security vulnerabilities in transitive dependencies by overriding `jws` to version 3.2.3 and `node-forge` to version 1.3.2, addressing Improper Verification of Cryptographic Signature, Interpretation Conflict, and Uncontrolled Recursion issues
129

1310
## 1.0.0

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynatrace-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"mcpServers": {
55
"dynatrace": {
66
"command": "npx",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynatrace-oss/dynatrace-mcp-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"mcpName": "io.github.dynatrace-oss/Dynatrace-mcp",
55
"description": "Model Context Protocol (MCP) server for Dynatrace",
66
"keywords": [

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/dynatrace-oss/Dynatrace-mcp",
77
"source": "github"
88
},
9-
"version": "1.0.0",
9+
"version": "1.0.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
15-
"version": "1.0.0",
15+
"version": "1.0.1",
1616
"runtimeHint": "npx",
1717
"transport": {
1818
"type": "stdio"

0 commit comments

Comments
 (0)