Skip to content

Commit d6c01be

Browse files
author
GitHub Actions
committed
Release prep v1.1.0
1 parent 1a7a0f0 commit d6c01be

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [v1.1.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v1.1.0) - 2024-09-17
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v1.0.0...v1.1.0)
11+
12+
### Added
13+
14+
- Use Dir.glob with base parameter in acceptance tests [#93](https://github.com/puppetlabs/puppet-modulebuilder/pull/93) ([ekohl](https://github.com/ekohl))
15+
16+
### Fixed
17+
18+
- (CAT-1688) Upgrade rubocop to `~> 1.50.0` [#70](https://github.com/puppetlabs/puppet-modulebuilder/pull/70) ([LukasAud](https://github.com/LukasAud))
19+
820
## [v1.0.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v1.0.0) - 2023-04-25
921

1022
[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v1.0.0.rc.1...v1.0.0)
@@ -14,6 +26,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1426
[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v0.3.0...v1.0.0.rc.1)
1527

1628
### Changed
29+
1730
- (CONT-881) Ruby 3 / Puppet 8 Support [#50](https://github.com/puppetlabs/puppet-modulebuilder/pull/50) ([chelnak](https://github.com/chelnak))
1831

1932
## [v0.3.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v0.3.0) - 2021-05-17

lib/puppet/modulebuilder/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Puppet
44
module Modulebuilder
5-
VERSION = '1.0.0'
5+
VERSION = '1.1.0'
66
end
77
end

0 commit comments

Comments
 (0)