Commit 0c7f19a 1 parent a3d82ae commit 0c7f19a Copy full SHA for 0c7f19a
File tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-azurerm
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format located [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 1.0.0] - 2017-12-10
7
9
### Changed
8
10
- changelog gudelines location (@majormoses )
9
11
- standard ` .gitignore ` (@majormoses )
@@ -64,7 +66,8 @@ This CHANGELOG follows the format located [here](https://github.com/sensu-plugin
64
66
### Added
65
67
- initial release
66
68
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
68
71
[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.4...0.0.5
69
72
[ 0.0.4 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.3...0.0.4
70
73
[ 0.0.3 ] : https://github.com/sensu-plugins/sensu-plugins-azurerm/compare/0.0.2...0.0.3
Original file line number Diff line number Diff line change 1
1
module SensuPluginsAzureRM
2
2
module Version
3
- MAJOR = 0
3
+ MAJOR = 1
4
4
MINOR = 0
5
- PATCH = 5
5
+ PATCH = 0
6
6
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
7
7
end
8
8
end
You can’t perform that action at this time.
0 commit comments