diff --git a/CHANGELOG.md b/CHANGELOG.md index 575ffd3..28493e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v1.4.0](https://github.com/deric/puppet-zookeeper/tree/v1.4.0) (2023-01-10) + +### Features + +- Allow passing repo credentials ([#184](https://github.com/deric/puppet-zookeeper/pull/184)) +- Secure client port only ([#182](https://github.com/deric/puppet-zookeeper/pull/182)) + +### Fixes + +- Fix ciphersuite variable on zoo.cfg.erb ([#186](https://github.com/deric/puppet-zookeeper/pull/186)) + + +[Full Changelog](https://github.com/deric/puppet-zookeeper/compare/v1.3.0...v1.4.0) + ## [v1.3.0](https://github.com/deric/puppet-zookeeper/tree/v1.3.0) (2022-09-13) diff --git a/metadata.json b/metadata.json index 84621ad..08b25d5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "deric-zookeeper", - "version": "1.3.1", + "version": "1.4.0", "author": "deric", "summary": "Module for managing Apache Zookeeper", "license": "Apache-2.0",