Skip to content

Commit

Permalink
Update changelogs and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
zippolyte committed Jan 26, 2018
1 parent 7c3d51c commit ffa6f18
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions http_check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG - http_check

2.0.0 / Unreleased
==================

### Changes

* [DEPRECATION] Remove the `skip_event` option from the check. See [#1054][]

1.3.1 / 2018-01-17
==================

Expand Down Expand Up @@ -62,3 +69,4 @@
[#758]: https://github.com/DataDog/integrations-core/issues/758
[@xkrt]: https://github.com/xkrt
[#905]:https://github.com/DataDog/integrations-core/pull/905
[#1054]:https://github.com/DataDog/integrations-core/pull/1054
2 changes: 1 addition & 1 deletion http_check/datadog_checks/http_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

HTTPCheck = http_check.HTTPCheck

__version__ = "1.3.1"
__version__ = "2.0.0"

__all__ = ['http_check']
2 changes: 1 addition & 1 deletion http_check/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mac_os",
"windows"
],
"version": "1.3.1",
"version": "2.0.0",
"guid": "eb133a1f-697c-4143-bad3-10e72541fa9c",
"public_title": "Datadog-HTTP Check Integration",
"categories":["web", "network"],
Expand Down
7 changes: 7 additions & 0 deletions tcp_check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG - tcp_check

2.0.0 / Unreleased
==================

### Changes

* [DEPRECATION] Remove the `skip_event` option from the check. See [#1054][]

1.0.0 / 2017-03-22
==================

Expand Down
2 changes: 1 addition & 1 deletion tcp_check/datadog_checks/tcp_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

TCPCheck = tcp_check.TCPCheck

__version__ = "1.0.0"
__version__ = "2.0.0"

__all__ = ['tcp_check']
2 changes: 1 addition & 1 deletion tcp_check/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mac_os",
"windows"
],
"version": "1.0.0",
"version": "2.0.0",
"guid": "c514029e-0ed8-4c9f-abe5-2fd4096726ba",
"public_title": "Datadog-TCP Check Integration",
"categories":["network", "web"],
Expand Down

0 comments on commit ffa6f18

Please sign in to comment.