Skip to content

Commit

Permalink
[tokumx] bumping pymongo to version 3.5 (#842)
Browse files Browse the repository at this point in the history
* [tokumx] bumping pymongo to version 3.5

* [mongo] fixing bad changelog
  • Loading branch information
truthbk authored Nov 2, 2017
1 parent f6e3e81 commit bfdb3b0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
6 changes: 4 additions & 2 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CHANGELOG - mongo

1.5.0 / Unreleased
==================
### Changes

* [FEATURE] Collect metrics about indexes usage. See [#823][]
* [IMPROVEMENT] Upgrading pymongo to version 3.5. See [#606][]
* [IMPROVEMENT] Upgrading pymongo to version 3.5. See [#747][]


1.4.0 / 2017-10-10
Expand Down Expand Up @@ -54,7 +55,8 @@
[#625]: https://github.com/DataDog/integrations-core/issues/625
[#627]: https://github.com/DataDog/integrations-core/issues/627
[#691]: https://github.com/DataDog/integrations-core/issues/691
[#747]: https://github.com/DataDog/integrations-core/issues/747
[#769]: https://github.com/DataDog/integrations-core/issues/769
[#823]: https://github.com/DataDog/integrations-core/issues/823
[@dnavre]: https://github.com/dnavre
[@dtbartle]: https://github.com/dtbartle
[@dtbartle]: https://github.com/dtbartle
11 changes: 11 additions & 0 deletions tokumx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# CHANGELOG - tokumx

1.1.0 / Unreleased
==================

### Changes

* [IMPROVEMENT] Upgrading pymongo to version 3.5. See [#842][]


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

### Changes

* [FEATURE] adds tokumx integration.

<!--- The following link definition list is generated by PimpMyChangelog --->
[#842]: https://github.com/DataDog/integrations-core/issues/842
2 changes: 1 addition & 1 deletion tokumx/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": "1.1.0",
"guid": "7785939b-bfb6-4d3e-acc2-94c1f5fb33e7",
"public_title": "Datadog-Tokumx Integration",
"categories":["data store"],
Expand Down
2 changes: 1 addition & 1 deletion tokumx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# integration pip requirements
pymongo==3.2
pymongo==3.5

0 comments on commit bfdb3b0

Please sign in to comment.