Skip to content

Commit

Permalink
Release 0.2.0 (#132)
Browse files Browse the repository at this point in the history
* Version bump 0.2.0

* Update CHANGELOG

---------

Co-authored-by: ci.datadog-sync-cli <packages@datadoghq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ci.datadog-sync-cli authored May 9, 2023
1 parent 1c35dde commit 4a0cac5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.2.0 / 2023-05-09

### Fixed
* Fix syncing synthetics_tests with global variables by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/128
* Cleanup and update typing by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/129
* Fixes for `roles` and `synthetics_test` resources by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/130
### Added
* Add support for `spans_metrics` resource by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/131
### Changed
* Add formal sync order by @skarimo in https://github.com/DataDog/datadog-sync-cli/pull/115

## New Contributors
* @nkzou made their first contribution in https://github.com/DataDog/datadog-sync-cli/pull/125

**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/v0.1.0...0.2.0

## 0.1.0 / 2023-03-21

* [Added] Initial beta release of the datadog-sync cli tool
2 changes: 1 addition & 1 deletion datadog_sync/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 4a0cac5

Please sign in to comment.