Skip to content

Commit 0e791a3

Browse files
author
sanfrancrisko
committed
(MAINT) Release prep for v2.11.1
1 parent baf75ac commit 0e791a3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file. This
33
project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.11.1]
6+
7+
### Fixed
8+
* Ensure FacterImpl consistency between example groups ([#19](https://github.com/puppetlabs/rspec-puppet/pull/19))
9+
510
## [2.11.0]
611

712
### Added
@@ -565,7 +570,8 @@ Thanks to Adrien Thebo, Alex Harvey, Brian, Dan Bode, Dominic Cleal, Javier Pala
565570
## 1.0.1 and earlier
566571
For changelog of versions 1.0.1 and earlier, see http://rspec-puppet.com/changelog/
567572

568-
[2.x]: https://github.com/puppetlabs/rspec-puppet/compare/v2.11.0...master
573+
[2.x]: https://github.com/puppetlabs/rspec-puppet/compare/v2.11.1...master
574+
[2.11.1]: https://github.com/puppetlabs/rspec-puppet/compare/v2.11.0..v2.11.1
569575
[2.11.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.10.0...v2.11.0
570576
[2.10.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.9.0...v2.10.0
571577
[2.9.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.8.0...v2.9.0

rspec-puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rspec-puppet'
3-
s.version = '2.11.0'
3+
s.version = '2.11.1'
44
s.homepage = 'https://github.com/puppetlabs/rspec-puppet/'
55
s.summary = 'RSpec tests for your Puppet manifests'
66
s.description = 'RSpec tests for your Puppet manifests'

0 commit comments

Comments
 (0)