Skip to content

Commit 083dd41

Browse files
committed
prep for 2.0.0 release
1 parent 5aeb00d commit 083dd41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
55

66
## [Unreleased]
77

8+
## [2.0.0] - 2017-12-11
89
### Security
910
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
1011

@@ -76,7 +77,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
7677
### Added
7778
- initial release
7879

79-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/1.0.0..HEAD
80+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/2.0.0..HEAD
81+
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/1.0.0..2.0.0
8082
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.5...1.0.0
8183
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.4...0.0.5
8284
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.3...0.0.4

lib/sensu-plugins-azurerm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SensuPluginsAzureRM
22
module Version
3-
MAJOR = 1
3+
MAJOR = 2
44
MINOR = 0
55
PATCH = 0
66
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)