Skip to content

Commit

Permalink
Prep 1.37.1 release (#199)
Browse files Browse the repository at this point in the history
* Revert "add service level objectives support (#188)"

This reverts commit cd70fef.

* Prepare 1.37.1 release
  • Loading branch information
nmuesch authored Nov 5, 2019
1 parent 71222f5 commit 7b1b0d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 1.37.1 / 2019-11-04

* [BUGFIX] Revert the Service Level Objective feature to remove an issue with older versions of Ruby < 2.0. See [#198][]

## 1.37.0 / 2019-11-04

* [FEATURE] Add Service Level Objectives support. See [#188][], thanks [@platinummonkey][]
Expand Down Expand Up @@ -257,6 +261,7 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www
[#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
[#198]: https://github.com/DataDog/dogapi-rb/issues/198
[@ArjenSchwarz]: https://github.com/ArjenSchwarz
[@Kaixiang]: https://github.com/Kaixiang
[@TaylURRE]: https://github.com/TaylURRE
Expand Down Expand Up @@ -284,4 +289,4 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www
[@unclebconnor]: https://github.com/unclebconnor
[@winebarrel]: https://github.com/winebarrel
[@wonko]: https://github.com/wonko
[@yyuu]: https://github.com/yyuu
[@yyuu]: https://github.com/yyuu
2 changes: 1 addition & 1 deletion lib/dogapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dogapi
VERSION = '1.37.0'
VERSION = '1.37.1'
end

0 comments on commit 7b1b0d6

Please sign in to comment.