diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a8fac3..d1019b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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-python/tree/v7.4.0) (2024-08-21) + +[Full Changelog](/~https://github.com/voxpupuli/puppet-python/compare/v7.3.0...v7.4.0) + +**Implemented enhancements:** + +- Add support for FreeBSD 14 [\#694](/~https://github.com/voxpupuli/puppet-python/pull/694) ([smortex](/~https://github.com/smortex)) + +**Fixed bugs:** + +- `python::pip`'s `notreallyaversion` is not compatible with latest `pip` \(\>= 24.1\) due to changed output \(again\) [\#695](/~https://github.com/voxpupuli/puppet-python/issues/695) +- Fix python::pip - use valid, but highly unlikely package version [\#696](/~https://github.com/voxpupuli/puppet-python/pull/696) ([acojocariu1-godaddy](/~https://github.com/acojocariu1-godaddy)) + ## [v7.3.0](/~https://github.com/voxpupuli/puppet-python/tree/v7.3.0) (2024-02-08) [Full Changelog](/~https://github.com/voxpupuli/puppet-python/compare/v7.2.0...v7.3.0) diff --git a/metadata.json b/metadata.json index 838a59f9..59ff7f08 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-python", - "version": "7.3.1-rc0", + "version": "7.4.0", "author": "Vox Pupuli", "summary": "Puppet module for Python", "license": "Apache-2.0",