Skip to content

Commit

Permalink
Merge pull request #161 from DataDog/massi/1.31.0
Browse files Browse the repository at this point in the history
Prepare 1.31.0
  • Loading branch information
masci authored Oct 1, 2018
2 parents 28097dc + f675a03 commit 62e4201
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 1.31.0 / 2018-10-01

* [FIX] Handle nil values from benchmarks in Capistrano. See [#159][].
* [IMPROVEMENT] Add getter/setter for datadog_host. See [#160][].

## 1.30 / 2018-06-05

* [FIX] Change API endpoint. See [#147][].
Expand Down Expand Up @@ -204,6 +209,8 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www
[#147]: https://github.com/DataDog/dogapi-rb/issues/147
[#151]: https://github.com/DataDog/dogapi-rb/issues/151
[#152]: https://github.com/DataDog/dogapi-rb/issues/152
[#159]: https://github.com/DataDog/dogapi-rb/issues/159
[#160]: https://github.com/DataDog/dogapi-rb/issues/160
[@ArjenSchwarz]: https://github.com/ArjenSchwarz
[@Kaixiang]: https://github.com/Kaixiang
[@acroos]: https://github.com/acroos
Expand Down
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.30'
VERSION = '1.31.0'
end

0 comments on commit 62e4201

Please sign in to comment.