Skip to content

Commit df8d10b

Browse files
committed
prep for 1.0.0 release
1 parent ccea1fc commit df8d10b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
[1.0.0] - 2017-05-17
79
### Added
810
- Support for Ruby 2.3 and 2.4 (@eheydrick)
911

lib/sensu-plugins-datadog/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsDatadog
22
module Version
3-
MAJOR = 0
3+
MAJOR = 1
44
MINOR = 0
5-
PATCH = 5
5+
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)