Skip to content

Commit

Permalink
[Release] Bumped datadog_checks_dev version to 16.1.0 (#11747)
Browse files Browse the repository at this point in the history
* [Release] Bumped datadog_checks_dev version to 16.1.0

* [Release] Update metadata
  • Loading branch information
ofek authored Mar 29, 2022
1 parent 275c0c2 commit 7dd8265
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.c295cf63.link

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions datadog_checks_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG - Datadog Checks Dev

## 16.1.0 / 2022-03-29

* [Added] Add new README for Tile-only integrations. See [#11712](https://github.com/DataDog/integrations-core/pull/11712).
* [Fixed] Support newer versions of `click`. See [#11746](https://github.com/DataDog/integrations-core/pull/11746).
* [Fixed] Cap the version of virtualenv. See [#11742](https://github.com/DataDog/integrations-core/pull/11742).

## 16.0.0 / 2022-03-25

* [Added] Add `metric_patterns` to base template. See [#11696](https://github.com/DataDog/integrations-core/pull/11696).
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_dev/datadog_checks/dev/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '16.0.0'
__version__ = '16.1.0'

0 comments on commit 7dd8265

Please sign in to comment.