diff --git a/CHANGELOG.md b/CHANGELOG.md index bc011e8..5a7ab72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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. +## [v1.1.0](https://github.com/voxpupuli/puppet-vault_lookup/tree/v1.1.0) (2023-11-28) + +[Full Changelog](https://github.com/voxpupuli/puppet-vault_lookup/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- Support Puppet 8 [\#88](https://github.com/voxpupuli/puppet-vault_lookup/pull/88) ([treydock](https://github.com/treydock)) + ## [v1.0.0](https://github.com/voxpupuli/puppet-vault_lookup/tree/v1.0.0) (2023-05-01) [Full Changelog](https://github.com/voxpupuli/puppet-vault_lookup/compare/v0.7.0...v1.0.0) diff --git a/metadata.json b/metadata.json index 65bc9c8..8894d46 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-vault_lookup", - "version": "1.0.1-rc0", + "version": "1.1.0", "author": "Vox Pupuli", "summary": "Secret retrieval from Vault", "license": "Apache-2.0",