File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
13
## [ 8.20.0] ( https://github.com/openvoxproject/openvox/tree/8.20.0 ) (2025-06-27)
6
14
7
15
[ Full Changelog] ( https://github.com/openvoxproject/openvox/compare/8.19.2...8.20.0 )
Original file line number Diff line number Diff line change 8
8
# Raketasks and such to set the version based on the output of `git describe`
9
9
10
10
module Puppet
11
- PUPPETVERSION = '8.20 .0'
11
+ PUPPETVERSION = '8.21 .0'
12
12
IMPLEMENTATION = 'openvox'
13
13
14
14
##
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = "openvox"
3
- spec . version = "8.20 .0"
3
+ spec . version = "8.21 .0"
4
4
spec . licenses = [ 'Apache-2.0' ]
5
5
6
6
spec . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1" )
You can’t perform that action at this time.
0 commit comments