diff --git a/CHANGELOG.md b/CHANGELOG.md index df0ec0f6df..e0362d3051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [8.21.1](https://github.com/openvoxproject/openvox/tree/8.21.1) (2025-07-23) + +[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.21.0...8.21.1) + +**Fixed bugs:** + +- Make passing invalid options to install.rb fatal [\#156](https://github.com/OpenVoxProject/openvox/pull/156) ([ekohl](https://github.com/ekohl)) + +**Merged pull requests:** + +- Revert "Mark some failing 8.3 Windows tests as pending" [\#159](https://github.com/OpenVoxProject/openvox/pull/159) ([ekohl](https://github.com/ekohl)) +- \(maint\) Drop debian-10 from testing matrix [\#152](https://github.com/OpenVoxProject/openvox/pull/152) ([jpartlow](https://github.com/jpartlow)) + ## [8.21.0](https://github.com/openvoxproject/openvox/tree/8.21.0) (2025-07-09) [Full Changelog](https://github.com/openvoxproject/openvox/compare/8.20.0...8.21.0) diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index 7d266efbd1..4df501046e 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -8,7 +8,7 @@ # Raketasks and such to set the version based on the output of `git describe` module Puppet - PUPPETVERSION = '8.21.0' + PUPPETVERSION = '8.21.1' IMPLEMENTATION = 'openvox' ## diff --git a/openvox.gemspec b/openvox.gemspec index c854607224..333476ba32 100644 --- a/openvox.gemspec +++ b/openvox.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "openvox" - spec.version = "8.21.0" + spec.version = "8.21.1" spec.licenses = ['Apache-2.0'] spec.required_rubygems_version = Gem::Requirement.new("> 1.3.1")