Skip to content

Commit 0c7f19a

Browse files
committed
prep for 1.0.0 release
1 parent a3d82ae commit 0c7f19a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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 located [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

66
## [Unreleased]
7+
8+
## [1.0.0] - 2017-12-10
79
### Changed
810
- changelog gudelines location (@majormoses)
911
- standard `.gitignore` (@majormoses)
@@ -64,7 +66,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
6466
### Added
6567
- initial release
6668

67-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.5...HEAD
69+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/1.0.0..HEAD
70+
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.5...1.0.0
6871
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.4...0.0.5
6972
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.3...0.0.4
7073
[0.0.3]: https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.2...0.0.3

lib/sensu-plugins-azurerm/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsAzureRM
22
module Version
3-
MAJOR = 0
3+
MAJOR = 1
44
MINOR = 0
5-
PATCH = 5
5+
PATCH = 0
66
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
77
end
88
end

0 commit comments

Comments
 (0)