Skip to content

Commit

Permalink
Merge pull request #132 from bastelfreak/rel400
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
genebean committed May 8, 2024
2 parents 6d63c4e + 4aeeb33 commit a0819b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [4.0.0](https://github.com/voxpupuli/puppet_metadata/tree/4.0.0) (2024-05-08)

[Full Changelog](https://github.com/voxpupuli/puppet_metadata/compare/3.7.1...4.0.0)

**Breaking changes:**

- Drop deprecated use\_fqdn option and github\_action\_test\_matrix output [\#130](https://github.com/voxpupuli/puppet_metadata/pull/130) ([ekohl](https://github.com/ekohl))
- Skip EOL operating systems in GHA acceptance tests [\#129](https://github.com/voxpupuli/puppet_metadata/pull/129) ([ekohl](https://github.com/ekohl))

**Implemented enhancements:**

- Add Ruby 3.3 to CI [\#128](https://github.com/voxpupuli/puppet_metadata/pull/128) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- OracleLinux: Correct EoL Date 2024-07-01-\>2024-12-31 [\#131](https://github.com/voxpupuli/puppet_metadata/pull/131) ([bastelfreak](https://github.com/bastelfreak))

## [3.7.1](https://github.com/voxpupuli/puppet_metadata/tree/3.7.1) (2024-04-25)

[Full Changelog](https://github.com/voxpupuli/puppet_metadata/compare/3.7.0...3.7.1)
Expand Down
2 changes: 1 addition & 1 deletion puppet_metadata.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'puppet_metadata'
s.version = '3.7.1'
s.version = '4.0.0'
s.authors = ['Vox Pupuli', 'Ewoud Kohl van Wijngaarden']
s.email = ['voxpupuli@groups.io']
s.homepage = 'https://github.com/voxpupuli/puppet_metadata'
Expand Down

0 comments on commit a0819b1

Please sign in to comment.