Skip to content

Commit 5ae8b9e

Browse files
authored
Merge pull request #304 from bastelfreak/rel341
Release 3.4.1
2 parents 2f8b9ca + bef148a commit 5ae8b9e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.4.1](https://github.com/voxpupuli/modulesync/tree/3.4.1) (2025-05-21)
6+
7+
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.4.0...3.4.1)
8+
9+
**Fixed bugs:**
10+
11+
- thor: Allow 1.2 to stay compatible with ancient facter [\#303](https://github.com/voxpupuli/modulesync/pull/303) ([bastelfreak](https://github.com/bastelfreak))
12+
513
## [3.4.0](https://github.com/voxpupuli/modulesync/tree/3.4.0) (2025-05-21)
614

715
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.3.0...3.4.0)

modulesync.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

66
Gem::Specification.new do |spec|
77
spec.name = 'modulesync'
8-
spec.version = '3.4.0'
8+
spec.version = '3.4.1'
99
spec.authors = ['Vox Pupuli']
1010
spec.email = ['voxpupuli@groups.io']
1111
spec.summary = 'Puppet Module Synchronizer'

0 commit comments

Comments
 (0)