From df8d10b89b2666f3cec4aefb2d7441645cb2c0a0 Mon Sep 17 00:00:00 2001 From: Eric Heydrick Date: Wed, 17 May 2017 23:27:30 -0700 Subject: [PATCH] prep for 1.0.0 release --- CHANGELOG.md | 2 ++ lib/sensu-plugins-datadog/version.rb | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1f74d..c4283aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] + +[1.0.0] - 2017-05-17 ### Added - Support for Ruby 2.3 and 2.4 (@eheydrick) diff --git a/lib/sensu-plugins-datadog/version.rb b/lib/sensu-plugins-datadog/version.rb index 91ba43b..f5c8eed 100644 --- a/lib/sensu-plugins-datadog/version.rb +++ b/lib/sensu-plugins-datadog/version.rb @@ -1,8 +1,8 @@ module SensuPluginsDatadog module Version - MAJOR = 0 + MAJOR = 1 MINOR = 0 - PATCH = 5 + PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end