Skip to content

Commit

Permalink
prep for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed May 18, 2017
1 parent ccea1fc commit df8d10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-datadog/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit df8d10b

Please sign in to comment.