Skip to content

Commit

Permalink
Merge pull request #136 from bastelfreak/rel800
Browse files Browse the repository at this point in the history
Release 8.0.0
  • Loading branch information
bastelfreak authored Jun 12, 2024
2 parents 804bb42 + eb82f6a commit c2648e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,29 @@

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

## [v8.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v8.0.0) (2024-06-12)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.2.0...v8.0.0)

**Breaking changes:**

- rspec-puppet-facts: Require 4.x; add custom facts as strings [\#135](https://github.com/voxpupuli/voxpupuli-test/pull/135) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Use our spec\_helper for tests [\#133](https://github.com/voxpupuli/voxpupuli-test/pull/133) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- gem build: include README.md+LICENSE [\#129](https://github.com/voxpupuli/voxpupuli-test/pull/129) ([bastelfreak](https://github.com/bastelfreak))

## [v7.2.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.2.0) (2024-05-23)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.1.0...v7.2.0)

**Implemented enhancements:**

- Add Ruby 3.3 to CI matrix [\#128](https://github.com/voxpupuli/voxpupuli-test/pull/128) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs\_spec\_helper: Require 7.3 [\#126](https://github.com/voxpupuli/voxpupuli-test/pull/126) ([bastelfreak](https://github.com/bastelfreak))

## [v7.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.1.0) (2023-11-23)
Expand Down
2 changes: 1 addition & 1 deletion voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'voxpupuli-test'
s.version = '7.2.0'
s.version = '8.0.0'
s.authors = ['Vox Pupuli']
s.email = ['[email protected]']
s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'
Expand Down

0 comments on commit c2648e9

Please sign in to comment.