diff --git a/CHANGELOG.md b/CHANGELOG.md index a4457a5..a172835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [3.2.1] - 2024-03-13 + +### Changed +* Remove deprecated option `binlog_format` from default config + ## [3.2.0] - 2024-03-13 ### Changed @@ -288,7 +293,8 @@ This is the first release after extensive code refactoring and introduces multip ## 0.1.0 * Bugfix: Additional package as an ensure_resource -[Unreleased]: https://github.com/markt-de/puppet-galera/compare/3.2.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-galera/compare/3.2.1...HEAD +[3.2.1]: https://github.com/markt-de/puppet-galera/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/markt-de/puppet-galera/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/markt-de/puppet-galera/compare/3.0.2...3.1.0 [3.0.2]: https://github.com/markt-de/puppet-galera/compare/3.0.1...3.0.2 diff --git a/metadata.json b/metadata.json index 7866ad4..d44a090 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-galera", - "version": "3.2.0", + "version": "3.2.1", "author": "markt.de", "summary": "Setup a Galera cluster on MySQL/MariaDB/XtraDB with Arbitrator support", "license": "BSD-2-Clause",