Skip to content

Commit 94d5bc9

Browse files
committed
Release 3.4.2
1 parent a3984df commit 94d5bc9

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.2](https://github.com/voxpupuli/modulesync/tree/3.4.2) (2025-06-27)
6+
7+
[Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.4.1...3.4.2)
8+
9+
**Merged pull requests:**
10+
11+
- cleanup github release action; switch to rubygems trusted publishers [\#306](https://github.com/voxpupuli/modulesync/pull/306) ([bastelfreak](https://github.com/bastelfreak))
12+
513
## [3.4.1](https://github.com/voxpupuli/modulesync/tree/3.4.1) (2025-05-21)
614

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

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.1'
8+
spec.version = '3.4.2'
99
spec.authors = ['Vox Pupuli']
1010
spec.email = ['voxpupuli@groups.io']
1111
spec.summary = 'Puppet Module Synchronizer'

0 commit comments

Comments
 (0)