Skip to content

Commit

Permalink
Prepare for release 1.37.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavek Kabrda authored Nov 4, 2019
1 parent cd70fef commit 5a0de48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 1.37.0 / 2019-11-04

* [FEATURE] Add Service Level Objectives support. See [#188][], thanks [@platinummonkey][]
* [IMPROVEMENTS] Don't fail if `hostname` binary is not installed. See [#179][], thanks [@pschipitsch][]
* [IMPROVEMENTS] Use headers-only for api and app keys for endpoints that support this. See [#189][], thanks [@ssc3][]
* [IMPROVEMENTS] Make `query` and `options` optional for `update_monitor` calls. See [#192][], thanks [@unclebconnor][]

## 1.36.0 / 2019-06-05

* [BUGFIX] Pass the options as params to request, not body content. See [#157][], thanks [@wonko][]
Expand Down Expand Up @@ -246,6 +253,10 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www
[#172]: https://github.com/DataDog/dogapi-rb/issues/172
[#173]: https://github.com/DataDog/dogapi-rb/issues/173
[#174]: https://github.com/DataDog/dogapi-rb/issues/174
[#179]: https://github.com/DataDog/dogapi-rb/issues/179
[#188]: https://github.com/DataDog/dogapi-rb/issues/188
[#189]: https://github.com/DataDog/dogapi-rb/issues/189
[#192]: https://github.com/DataDog/dogapi-rb/issues/192
[@ArjenSchwarz]: https://github.com/ArjenSchwarz
[@Kaixiang]: https://github.com/Kaixiang
[@TaylURRE]: https://github.com/TaylURRE
Expand All @@ -265,8 +276,12 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www
[@miknight]: https://github.com/miknight
[@nots]: https://github.com/nots
[@orien]: https://github.com/orien
[@platinummonkey]: https://github.com/platinummonkey
[@pschipitsch]: https://github.com/pschipitsch
[@rmoriz]: https://github.com/rmoriz
[@ssc3]: https://github.com/ssc3
[@treeder]: https://github.com/treeder
[@unclebconnor]: https://github.com/unclebconnor
[@winebarrel]: https://github.com/winebarrel
[@wonko]: https://github.com/wonko
[@yyuu]: https://github.com/yyuu

0 comments on commit 5a0de48

Please sign in to comment.