Skip to content

Commit 3cb7ae5

Browse files
authored
Merge pull request #149 from bastelfreak/rel8210
Releae 8.21.0
2 parents 0e0a64e + d35c55c commit 3cb7ae5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [8.21.0](https://github.com/openvoxproject/openvox/tree/8.21.0) (2025-07-09)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.20.0...8.21.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Remove facter from install.rb [\#147](https://github.com/OpenVoxProject/openvox/pull/147) ([ekohl](https://github.com/ekohl))
12+
513
## [8.20.0](https://github.com/openvoxproject/openvox/tree/8.20.0) (2025-06-27)
614

715
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.19.2...8.20.0)

lib/puppet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Raketasks and such to set the version based on the output of `git describe`
99

1010
module Puppet
11-
PUPPETVERSION = '8.20.0'
11+
PUPPETVERSION = '8.21.0'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openvox"
3-
spec.version = "8.20.0"
3+
spec.version = "8.21.0"
44
spec.licenses = ['Apache-2.0']
55

66
spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")

0 commit comments

Comments
 (0)