Skip to content

Commit 0980a74

Browse files
committed
prep for 1.0.0 release
1 parent 427b800 commit 0980a74

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
1212

1313
### Added
1414
- Ruby 2.3.0 support
15-
- Updated all the scripts to add an optional timeout setting.
15+
- Update all the scripts to add an optional timeout setting.
1616

1717
## [0.1.1] - 2016-03-24
1818
### Added
@@ -60,7 +60,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6060
### Added
6161
- initial release
6262

63-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...HEAD
63+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.0...HEAD
64+
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...1.0.0
6465
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...0.1.1
6566
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
6667
[0.0.7]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.6...0.0.7

lib/sensu-plugins-postgres/version.rb

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

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

0 commit comments

Comments
 (0)