From 3766af0fda68d8e459aef0251bee14c194fec388 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 28 Jun 2024 16:25:24 +0200 Subject: [PATCH] Release 7.1.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",