Skip to content

Commit e020915

Browse files
committed
Release v0.2.0
1 parent 412e948 commit e020915

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-06-07
11+
1012
### Changed
1113

1214
- Escape JSON request body using `python`
@@ -32,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
- Limited string escaping for supplied values
3335
- Configuration for most event parameters
3436

35-
[Unreleased]: https://github.com/envato/create-datadog-event-buildkite-plugin/compare/v0.1.0...HEAD
37+
[Unreleased]: https://github.com/envato/create-datadog-event-buildkite-plugin/compare/v0.2.0...HEAD
38+
[0.2.0]: https://github.com/envato/create-datadog-event-buildkite-plugin/compare/v0.1.0...v0.2.0
3639
[0.1.0]: https://github.com/envato/create-datadog-event-buildkite-plugin/compare/v0.0.1...v0.1.0
3740
[0.0.1]: https://github.com/envato/create-datadog-event-buildkite-plugin/releases/tag/v0.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Inspired by a desire to show releases on metrics graphs, and to include informat
1818
```yml
1919
steps:
2020
- plugins:
21-
- envato/create-datadog-event#v0.1.0:
21+
- envato/create-datadog-event#v0.2.0:
2222
api_key: $DATADOG_API_KEY
2323
aggregation_key: $BUILDKITE_BUILD_ID
2424
title: Deploying $BUILDKITE_PIPELINE_SLUG

0 commit comments

Comments
 (0)