Skip to content

Commit ca2ae23

Browse files
chore: Prepare release v0.9.0 (#192)
1 parent 613d20c commit ca2ae23

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## Unreleased Changes
44

5-
- **⚡ Simplified Setup**: OAuth authorization code flow is now automatically enabled when neither, OAuth credentials, nor a platform token are provided. Just provide `DT_ENVIRONMENT`, and authentication is handled automatically via an interactive OAuth authorization code flow
5+
_No unreleased changes yet._
6+
7+
## 0.9.0
8+
9+
**Highlights**
10+
🔑 **Simplified Authentication**: Added OAuth authorization code flow. Users can now simply set `DT_ENVIRONMENT` and complete an interactive browser authentication flow.
11+
12+
### Other Changes
13+
14+
- Dependency updates
15+
- Added Snyk Dependency scans
16+
- Fixed publishing to official MCP Registry
617

718
## 0.8.0
819

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": "0.8.0",
3+
"version": "0.9.0",
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": "0.8.0",
3+
"version": "0.9.0",
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
@@ -7,13 +7,13 @@
77
"url": "https://github.com/dynatrace-oss/Dynatrace-mcp",
88
"source": "github"
99
},
10-
"version": "0.8.0",
10+
"version": "0.9.0",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "@dynatrace-oss/dynatrace-mcp-server",
16-
"version": "0.8.0",
16+
"version": "0.9.0",
1717
"runtimeHint": "npx",
1818
"transport": {
1919
"type": "stdio"

0 commit comments

Comments
 (0)