Skip to content

Commit

Permalink
Merge pull request rodjek#25 from pmcmaw/maint/main/release_prep_2_12_0
Browse files Browse the repository at this point in the history
(maint) - Release prep v2.12.0
  • Loading branch information
pmcmaw authored Jul 21, 2022
2 parents 72bb3a8 + 67b4a06 commit 735fdb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

## [2.12.0]

### Added
* Handle nil autorequire results ([#22](https://github.com/puppetlabs/rspec-puppet/pull/22))
* Add the ability to use kind_of matchers ([#24](https://github.com/puppetlabs/rspec-puppet/pull/24))

## [2.11.1]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion rspec-puppet.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rspec-puppet'
s.version = '2.11.1'
s.version = '2.12.0'
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
s.summary = 'RSpec tests for your Puppet manifests'
s.description = 'RSpec tests for your Puppet manifests'
Expand Down

0 comments on commit 735fdb0

Please sign in to comment.