We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccea1fc commit df8d10bCopy full SHA for df8d10b
CHANGELOG.md
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
## [Unreleased]
7
+
8
+[1.0.0] - 2017-05-17
9
### Added
10
- Support for Ruby 2.3 and 2.4 (@eheydrick)
11
lib/sensu-plugins-datadog/version.rb
@@ -1,8 +1,8 @@
1
module SensuPluginsDatadog
2
module Version
3
- MAJOR = 0
+ MAJOR = 1
MINOR = 0
- PATCH = 5
+ PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments