From 67b4a0649b083e727a10d5e8ddacecd8aa24ab93 Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Thu, 21 Jul 2022 11:18:21 +0100 Subject: [PATCH] (maint) - Release prep v2.12.0 --- CHANGELOG.md | 6 ++++++ rspec-puppet.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e05ea86e0..0b8b59004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rspec-puppet.gemspec b/rspec-puppet.gemspec index 59f20a0f7..4c90d8dbe 100644 --- a/rspec-puppet.gemspec +++ b/rspec-puppet.gemspec @@ -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'