diff --git a/CHANGELOG.md b/CHANGELOG.md index 141e2eb..e566d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v9.0.0](https://github.com/voxpupuli/puppet-autofs/tree/v9.0.0) (2023-11-02) + +[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v8.0.0...v9.0.0) + +**Breaking changes:** + +- Quote and escape special chars in mapping fs [\#206](https://github.com/voxpupuli/puppet-autofs/pull/206) ([smortex](https://github.com/smortex)) + +**Implemented enhancements:** + +- Quote and escape special chars in mapping keys [\#205](https://github.com/voxpupuli/puppet-autofs/pull/205) ([smortex](https://github.com/smortex)) + +**Merged pull requests:** + +- package: remove obsolete comments [\#204](https://github.com/voxpupuli/puppet-autofs/pull/204) ([kenyon](https://github.com/kenyon)) +- README: remove obsolete Reference and OS support sections [\#203](https://github.com/voxpupuli/puppet-autofs/pull/203) ([kenyon](https://github.com/kenyon)) + ## [v8.0.0](https://github.com/voxpupuli/puppet-autofs/tree/v8.0.0) (2023-06-26) [Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v7.1.0...v8.0.0) diff --git a/metadata.json b/metadata.json index 6c9aa22..7d46ad6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-autofs", - "version": "8.0.1-rc0", + "version": "9.0.0", "author": "Vox Pupuli", "summary": "Module for installing and managing autofs", "license": "Apache-2.0",