File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.0] - 2021-06-01
11+
1012### Changed
1113
1214- Ensure cURL returns an error on a failed request
15+ - Escape JSON request body using ` jq `
1316
1417### Fixed
1518
@@ -23,5 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2326- Limited string escaping for supplied values
2427- Configuration for most event parameters
2528
26- [ Unreleased ] : https://github.com/envato/create-datadog-event-buildkite-plugin/compare/v0.0.1...HEAD
29+ [ Unreleased ] : https://github.com/envato/create-datadog-event-buildkite-plugin/compare/v0.1.0...HEAD
30+ [ 0.1.0 ] : https://github.com/envato/create-datadog-event-buildkite-plugin/releases/tag/v0.0.1...v0.1.0
2731[ 0.0.1 ] : https://github.com/envato/create-datadog-event-buildkite-plugin/releases/tag/v0.0.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Create Datadog Event
22description : Creates Datadog events
33author : https://github.com/envato
44requirements :
5- - sed
5+ - jq
66 - curl
77configuration :
88 properties :
You can’t perform that action at this time.
0 commit comments