diff --git a/CHANGELOG.md b/CHANGELOG.md index 909c3c9..a151175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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/spec/v2.0.0.html). +## [v2.1.0] - 2023-11-28 + +### Added +* Add new parameter `$allow_direct_connections_only` ([#7]) + +### Changed +* Exclude self from static cluster connectors ([#7]) +* Extended acceptance test ([#7]) + ## [v2.0.0] - 2023-09-19 This is a new major release which may contain breaking changes for some users, because it may replace existing configuration with new default @@ -93,7 +102,8 @@ values. ## v1.0.0 - 2020-10-06 Initial release -[Unreleased]: https://github.com/markt-de/puppet-activemq/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-activemq/compare/v2.1.0...HEAD +[v2.1.0]: https://github.com/markt-de/puppet-activemq/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/markt-de/puppet-activemq/compare/v1.6.0...v2.0.0 [v1.6.0]: https://github.com/markt-de/puppet-activemq/compare/v1.5.0...v1.6.0 [v1.5.0]: https://github.com/markt-de/puppet-activemq/compare/v1.4.0...v1.5.0 diff --git a/metadata.json b/metadata.json index 344bb3f..513a5f6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-activemq", - "version": "2.0.0", + "version": "2.1.0", "author": "markt.de", "summary": "Manage ActiveMQ Artemis standalone and clusters", "license": "BSD-2-Clause",