Skip to content

Commit 8e359bb

Browse files
authored
Merge pull request #127 from puppetlabs/release-prep
Release prep v6.0.0
2 parents d10e8ab + 8ad5629 commit 8e359bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v6.0.0](https://github.com/puppetlabs/forge-ruby/tree/v6.0.0) - 2024-09-20
9+
10+
[Full Changelog](https://github.com/puppetlabs/forge-ruby/compare/v5.0.4...v6.0.0)
11+
12+
### Fixed
13+
14+
- remove ruby 2.6, 2.7 and 3.0 [#124](https://github.com/puppetlabs/forge-ruby/pull/124) ([malikparvez](https://github.com/malikparvez))
15+
- Removing Archive::Tar::Minitar [#122](https://github.com/puppetlabs/forge-ruby/pull/122) ([malikparvez](https://github.com/malikparvez))
16+
817
## [v5.0.4](https://github.com/puppetlabs/forge-ruby/tree/v5.0.4) - 2024-08-13
918

1019
[Full Changelog](https://github.com/puppetlabs/forge-ruby/compare/v5.0.3...v5.0.4)

lib/puppet_forge/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PuppetForge
2-
VERSION = '5.0.4' # Library version
2+
VERSION = '6.0.0' # Library version
33
end

0 commit comments

Comments
 (0)