We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab6dff commit f2538caCopy full SHA for f2538ca
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [0.4.0](https://github.com/salesforcecli/mcp/compare/0.3.0...0.4.0) (2025-06-13)
2
+
3
+### Features
4
5
+- **W-18699160:** add telemetry ([#50](https://github.com/salesforcecli/mcp/issues/50)) ([1ab6dff](https://github.com/salesforcecli/mcp/commit/1ab6dffc75a9235facf9600ed5dbd8c6c393e359))
6
7
# [0.3.0](https://github.com/salesforcecli/mcp/compare/0.2.9...0.3.0) (2025-06-09)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mcp",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "MCP Server for interacting with Salesforce instances",
"bin": {
"sf-mcp-server": "bin/run.js"
0 commit comments