diff --git a/CHANGELOG.md b/CHANGELOG.md index b7981013..5b842573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.1.0](https://github.com/voxpupuli/puppet-consul/tree/v9.1.0) (2025-02-11) + +[Full Changelog](https://github.com/voxpupuli/puppet-consul/compare/v9.0.0...v9.1.0) + +**Merged pull requests:** + +- facts\[fqdn\] is a legacy fact, use facts\['networking'\]\['fqdn'\] in the example. [\#684](https://github.com/voxpupuli/puppet-consul/pull/684) ([TomRitserveldt](https://github.com/TomRitserveldt)) +- puppet/systemd: allow 8.x [\#683](https://github.com/voxpupuli/puppet-consul/pull/683) ([jay7x](https://github.com/jay7x)) +- README.md: Adjust links after repo migration [\#682](https://github.com/voxpupuli/puppet-consul/pull/682) ([bastelfreak](https://github.com/bastelfreak)) + ## [v9.0.0](https://github.com/voxpupuli/puppet-consul/tree/v9.0.0) (2024-10-30) [Full Changelog](https://github.com/voxpupuli/puppet-consul/compare/v8.1.0...v9.0.0) diff --git a/metadata.json b/metadata.json index df22e354..66bc6e99 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-consul", - "version": "9.0.1-rc0", + "version": "9.1.0", "author": "Vox Pupuli", "summary": "Configures Consul by Hashicorp", "license": "Apache-2.0",