diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9b3e9a2..db0d3c7 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,7 +4,7 @@ "plugins/trogonstack-nats": "0.1.1", "plugins/trogonstack-datadog": "0.3.1", "plugins/trogonstack-ask": "0.1.2", - "plugins/trogonstack-otel": "0.1.0", + "plugins/trogonstack-otel": "0.1.1", "plugins/trogonstack-eventmodeling": "0.1.1", "plugins/trogonstack-eda": "0.1.0" } diff --git a/plugins/trogonstack-otel/.claude-plugin/plugin.json b/plugins/trogonstack-otel/.claude-plugin/plugin.json index e81e18c..e764c1f 100644 --- a/plugins/trogonstack-otel/.claude-plugin/plugin.json +++ b/plugins/trogonstack-otel/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-otel", "description": "OpenTelemetry skills for naming metrics and spans following OTel Semantic Conventions", - "version": "0.1.0", + "version": "0.1.1", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-otel/CHANGELOG.md b/plugins/trogonstack-otel/CHANGELOG.md index b904f25..7c2bed4 100644 --- a/plugins/trogonstack-otel/CHANGELOG.md +++ b/plugins/trogonstack-otel/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/TrogonStack/agentskills/compare/trogonstack-otel@v0.1.0...trogonstack-otel@v0.1.1) (2026-05-16) + + +### Bug Fixes + +* Use YAML list syntax for allowed-tools ([#47](https://github.com/TrogonStack/agentskills/issues/47)) ([67aaca2](https://github.com/TrogonStack/agentskills/commit/67aaca2837287564a6bde1a29d486b736a6b6254)) + ## [0.1.0](https://github.com/TrogonStack/agentskills/compare/trogonstack-otel@v0.0.1...trogonstack-otel@v0.1.0) (2026-03-30)