Skip to content

Commit 19dbbe3

Browse files
author
John Bellone
committed
Update the changelog and readme for mini-release.
1 parent c390fcc commit 19dbbe3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.4.3
6+
### Bug Fixes
7+
- [PR#272][PR272] Fix custom ACL resource Diplomat gem parameters.
8+
59
## 1.4.2
610
### Enhancements
711
- [PR#275][PR275] Add integration tests for Windows.
@@ -120,6 +124,7 @@ the following enhancements:
120124
[PR275]: https://github.com/johnbellone/consul-cookbook/pull/275
121125
[PR274]: https://github.com/johnbellone/consul-cookbook/pull/274
122126
[PR273]: https://github.com/johnbellone/consul-cookbook/pull/273
127+
[PR272]: https://github.com/johnbellone/consul-cookbook/pull/272
123128
[PR271]: https://github.com/johnbellone/consul-cookbook/pull/271
124129
[PR270]: https://github.com/johnbellone/consul-cookbook/pull/270
125130
[PR269]: https://github.com/johnbellone/consul-cookbook/pull/269

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Application cookbook which installs and configures Consul.'
66
long_description 'Application cookbook which installs and configures Consul.'
7-
version '1.4.2'
7+
version '1.4.3'
88

99
recipe 'consul::default', 'Installs, configures and starts the Consul service.'
1010

0 commit comments

Comments
 (0)