diff --git a/CHANGELOG.md b/CHANGELOG.md index eb39bd3..d465a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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. +## [v7.4.0](https://github.com/voxpupuli/puppet-extlib/tree/v7.4.0) (2025-01-28) + +[Full Changelog](https://github.com/voxpupuli/puppet-extlib/compare/v7.3.0...v7.4.0) + +**Implemented enhancements:** + +- remove\_blank\_lines: Add a new function to remove blank Line [\#239](https://github.com/voxpupuli/puppet-extlib/pull/239) ([b4ldr](https://github.com/b4ldr)) +- Add `remote_pql_query` function [\#238](https://github.com/voxpupuli/puppet-extlib/pull/238) ([alexjfisher](https://github.com/alexjfisher)) + ## [v7.3.0](https://github.com/voxpupuli/puppet-extlib/tree/v7.3.0) (2024-12-09) [Full Changelog](https://github.com/voxpupuli/puppet-extlib/compare/v7.2.0...v7.3.0) diff --git a/metadata.json b/metadata.json index f7d0a47..767989b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-extlib", - "version": "7.3.1-rc0", + "version": "7.4.0", "source": "https://github.com/voxpupuli/puppet-extlib.git", "project_page": "https://github.com/voxpupuli/puppet-extlib", "issues_url": "https://github.com/voxpupuli/puppet-extlib/issues",