Skip to content

Commit 4cfc488

Browse files
committed
Version 0.1.0
1 parent 3898df2 commit 4cfc488

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create Datadog Event
22
description: Creates Datadog events
33
author: https://github.com/envato
44
requirements:
5-
- sed
5+
- jq
66
- curl
77
configuration:
88
properties:

0 commit comments

Comments
 (0)