Skip to content

Commit 58b2a05

Browse files
committed
prep for 1.0.1 release
1 parent db77f3a commit 58b2a05

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1] - 2017-05-17
79
### Changed
810
- Replace `datadog` with `dogapi` gem as that's the current dependency for this plugin (@eheydrick)
911

@@ -29,7 +31,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
2931
### Changed
3032
- removed cruft from /lib
3133

32-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-datadog/compare/1.0.0...HEAD
34+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-datadog/compare/1.0.1...HEAD
35+
[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-datadog/compare/1.0.0...1.0.1
3336
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-datadog/compare/0.0.4...1.0.0
3437
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-datadog/compare/0.0.3...0.0.4
3538
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-datadog/compare/0.0.2...0.0.3

lib/sensu-plugins-datadog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsDatadog
22
module Version
33
MAJOR = 1
44
MINOR = 0
5-
PATCH = 0
5+
PATCH = 1
66

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

0 commit comments

Comments
 (0)