Skip to content

Commit 0df5a5d

Browse files
authored
Merge pull request #134 from voxpupuli/rel203
Release 2.0.3
2 parents 0b7784f + 0a3a401 commit 0df5a5d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.3](https://github.com/voxpupuli/rspec-puppet-facts/tree/2.0.3) (2021-09-22)
4+
5+
[Full Changelog](https://github.com/voxpupuli/rspec-puppet-facts/compare/2.0.2...2.0.3)
6+
7+
**Merged pull requests:**
8+
9+
- regenerate puppet\_agent\_components.json [\#133](https://github.com/voxpupuli/rspec-puppet-facts/pull/133) ([bastelfreak](https://github.com/bastelfreak))
10+
311
## [2.0.2](https://github.com/voxpupuli/rspec-puppet-facts/tree/2.0.2) (2021-07-21)
412

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

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.2'
5+
STRING = '2.0.3'
66
end
77
end

0 commit comments

Comments
 (0)