From 064dae64634be9d857529a3e2175cb7513cab193 Mon Sep 17 00:00:00 2001 From: Quentin Madec Date: Mon, 1 May 2017 17:19:39 -0400 Subject: [PATCH] Release 1.27.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 cc1f4f90..7f4387fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changes ======= -# 1.27.0 / UNRELEASED +# 1.27.0 / 2017-05-01 * [FEATURE] Add monitor validation endpoint. See [#127][] @@ -197,4 +197,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 5b7787ae..db5c5017 100644 --- a/lib/dogapi/version.rb +++ b/lib/dogapi/version.rb @@ -1,3 +1,3 @@ module Dogapi - VERSION = '1.26.0' + VERSION = '1.27.0' end