Skip to content

Commit d99e344

Browse files
committed
Release 2.0.4
1 parent 47f6e54 commit d99e344

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.4](https://github.com/voxpupuli/rspec-puppet-facts/tree/2.0.4) (2022-04-22)
4+
5+
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/2.0.3...2.0.4)
6+
7+
**Fixed bugs:**
8+
9+
- Use structured facts to detect OS version [\#136](https://github.com/voxpupuli/rspec-puppet-facts/pull/136) ([bastelfreak](https://github.com/bastelfreak))
10+
11+
**Merged pull requests:**
12+
13+
- Add Ruby 3.1 to CI [\#138](https://github.com/voxpupuli/rspec-puppet-facts/pull/138) ([bastelfreak](https://github.com/bastelfreak))
14+
- Update puppet components hash [\#137](https://github.com/voxpupuli/rspec-puppet-facts/pull/137) ([bastelfreak](https://github.com/bastelfreak))
15+
316
## [2.0.3](https://github.com/voxpupuli/rspec-puppet-facts/tree/2.0.3) (2021-09-22)
417

518
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/2.0.2...2.0.3)

lib/rspec-puppet-facts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module RspecPuppetFacts
22
# This module contains the current version constant
33
module Version
44
# The current version of this gem
5-
STRING = '2.0.3'
5+
STRING = '2.0.4'
66
end
77
end

0 commit comments

Comments
 (0)