diff --git a/CHANGELOG.md b/CHANGELOG.md index 235b946..7aa1eff 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.1.0](https://github.com/voxpupuli/puppet-extlib/tree/v7.1.0) (2024-06-28) + +[Full Changelog](https://github.com/voxpupuli/puppet-extlib/compare/v7.0.0...v7.1.0) + +**Implemented enhancements:** + +- Add ip\_to\_reverse function [\#229](https://github.com/voxpupuli/puppet-extlib/pull/229) ([bigon](https://github.com/bigon)) +- Add `extlib::compare_ip()` function [\#221](https://github.com/voxpupuli/puppet-extlib/pull/221) ([jay7x](https://github.com/jay7x)) + ## [v7.0.0](https://github.com/voxpupuli/puppet-extlib/tree/v7.0.0) (2023-08-19) [Full Changelog](https://github.com/voxpupuli/puppet-extlib/compare/v6.2.0...v7.0.0) diff --git a/metadata.json b/metadata.json index 0dcae62..4492f7e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-extlib", - "version": "7.0.1-rc0", + "version": "7.1.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",