Skip to content

Commit

Permalink
1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 23, 2018
1 parent cbf4d40 commit 369586f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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][])
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
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.28.0'
VERSION = '1.29.0'
end

0 comments on commit 369586f

Please sign in to comment.