From cdbf5537abd29bbe25222c26b037a4ed309b27ab Mon Sep 17 00:00:00 2001 From: Quentin Madec Date: Mon, 10 Apr 2017 16:20:43 -0400 Subject: [PATCH] Release 1.26.0 --- CHANGELOG.md | 4 ++-- lib/dogapi/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f34ab6..37945f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changes ======= -# 1.26.0 / UNRELEASED +# 1.26.0 / 2017-04-10 * [IMPROVEMENT] Allow additional options to be passed to monitor API calls. See [#125][] (thanks [@jimmyngo][]) @@ -192,4 +192,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 \ No newline at end of file +[@yyuu]: https://github.com/yyuu diff --git a/lib/dogapi/version.rb b/lib/dogapi/version.rb index bfe37e3b..5b7787ae 100644 --- a/lib/dogapi/version.rb +++ b/lib/dogapi/version.rb @@ -1,3 +1,3 @@ module Dogapi - VERSION = '1.25.0' + VERSION = '1.26.0' end