Skip to content

Commit 297c16e

Browse files
authored
Merge pull request #121 from puppetlabs/release-prep
2 parents 80a7a76 + 774d388 commit 297c16e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [v5.0.4](https://github.com/puppetlabs/forge-ruby/tree/v5.0.4) - 2024-08-13
9+
10+
[Full Changelog](https://github.com/puppetlabs/forge-ruby/compare/v5.0.3...v5.0.4)
11+
12+
### Fixed
13+
14+
- Pin minitar version to < 1.0.0 to keep project working [#119](https://github.com/puppetlabs/forge-ruby/pull/119) ([der-eismann](https://github.com/der-eismann))
15+
816
## [v5.0.3](https://github.com/puppetlabs/forge-ruby/tree/v5.0.3) - 2023-10-13
917

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

lib/puppet_forge/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PuppetForge
2-
VERSION = '5.0.3' # Library version
2+
VERSION = '5.0.4' # Library version
33
end

0 commit comments

Comments
 (0)