From 369586f74fd5c353621e0c9901247414669a4324 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 23 Mar 2018 18:18:08 -0400 Subject: [PATCH] 1.29 --- CHANGELOG.md | 9 ++++++++- lib/dogapi/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ec6f94..7683a017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changes ======= +# 1.29.0 / 2018-03-23 + +* [FEATURE] Add new endpoints for dashboard lists. +* [IMPROVEMENT] change http-method GET to POST on api.Screenboard#share. See [#136][] (thanks [@haohcraft][]) + # 1.28.0 / 2017-08-16 * [FEATURE] Accept `group_states` strings for `get_monitor` function. See [#132][] (thanks [@acroos][]) @@ -190,6 +195,7 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www [#127]: https://github.com/DataDog/dogapi-rb/issues/127 [#132]: https://github.com/DataDog/dogapi-rb/issues/132 [#133]: https://github.com/DataDog/dogapi-rb/issues/133 +[#136]: https://github.com/DataDog/dogapi-rb/issues/136 [@ArjenSchwarz]: https://github.com/ArjenSchwarz [@Kaixiang]: https://github.com/Kaixiang [@acroos]: https://github.com/acroos @@ -198,6 +204,7 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www [@blakehilscher]: https://github.com/blakehilscher [@byroot]: https://github.com/byroot [@casperisfine]: https://github.com/casperisfine +[@haohcraft]: https://github.com/haohcraft [@hnovikov]: https://github.com/hnovikov [@jimmyngo]: https://github.com/jimmyngo [@martinisoft]: https://github.com/martinisoft @@ -206,4 +213,4 @@ This is the last release compatible with Ruby 1.8. ([EOL 2013-06-30](https://www [@rmoriz]: https://github.com/rmoriz [@treeder]: https://github.com/treeder [@winebarrel]: https://github.com/winebarrel -[@yyuu]: https://github.com/yyuu +[@yyuu]: https://github.com/yyuu \ No newline at end of file diff --git a/lib/dogapi/version.rb b/lib/dogapi/version.rb index 674370ea..fe3c1fd0 100644 --- a/lib/dogapi/version.rb +++ b/lib/dogapi/version.rb @@ -1,3 +1,3 @@ module Dogapi - VERSION = '1.28.0' + VERSION = '1.29.0' end