From 08e3f8d9626b5e25e769257e96487e6bcd3bc2c0 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Fri, 4 May 2018 14:46:29 -0700 Subject: [PATCH] prep for v4.4.0 release --- CHANGELOG.md | 4 +++- metadata.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478eaa64..f550cd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ cookbook. Please see HISTORY.md for changes from older versions of this project. ## [Unreleased] +## [4.4.0] - 2018-05-04 ### Added - native support for `ttl` checks (@majormoses) @@ -292,7 +293,8 @@ Added helpers for storing key/value pairs which persist for duration of the Chef Allow "standard" as a value of type attribute on `sensu_check` resources, [as described in Sensu documentation](https://sensuapp.org/docs/0.21/checks). -[Unreleased]: https://github.com/sensu/sensu-chef/compare/v4.1.0...HEAD +[Unreleased]: https://github.com/sensu/sensu-chef/compare/v4.4.0...HEAD +[4.4.0]: https://github.com/sensu/sensu-chef/compare/v4.3.1...v4.4.0 [4.3.1]: https://github.com/sensu/sensu-chef/compare/v4.3.0...v4.3.1 [4.3.0]: https://github.com/sensu/sensu-chef/compare/v4.2.1...v4.3.0 [4.2.1]: https://github.com/sensu/sensu-chef/compare/v4.2.0...v4.2.1 diff --git a/metadata.rb b/metadata.rb index af098b05..2ab5387b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache-2.0" description "Installs/Configures Sensu" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "4.3.1" +version "4.4.0" # available @ https://supermarket.chef.io/cookbooks/apt depends "apt", ">= 2.0"