From 19dbbe3d6ca82e316d1f0b2eb13618ac9492b891 Mon Sep 17 00:00:00 2001 From: John Bellone Date: Mon, 8 Feb 2016 06:57:00 -0500 Subject: [PATCH] Update the changelog and readme for mini-release. --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711f47c7..ee8a639f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.4.3 +### Bug Fixes +- [PR#272][PR272] Fix custom ACL resource Diplomat gem parameters. + ## 1.4.2 ### Enhancements - [PR#275][PR275] Add integration tests for Windows. @@ -120,6 +124,7 @@ the following enhancements: [PR275]: https://github.com/johnbellone/consul-cookbook/pull/275 [PR274]: https://github.com/johnbellone/consul-cookbook/pull/274 [PR273]: https://github.com/johnbellone/consul-cookbook/pull/273 +[PR272]: https://github.com/johnbellone/consul-cookbook/pull/272 [PR271]: https://github.com/johnbellone/consul-cookbook/pull/271 [PR270]: https://github.com/johnbellone/consul-cookbook/pull/270 [PR269]: https://github.com/johnbellone/consul-cookbook/pull/269 diff --git a/metadata.rb b/metadata.rb index 3e394855..d571399d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Application cookbook which installs and configures Consul.' long_description 'Application cookbook which installs and configures Consul.' -version '1.4.2' +version '1.4.3' recipe 'consul::default', 'Installs, configures and starts the Consul service.'