Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [8.23.1](https://github.com/openvoxproject/openvox/tree/8.23.1) (2025-09-08)

[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.23.0...8.23.1)

**Fixed bugs:**

- Fix how we find the version library [\#203](https://github.com/OpenVoxProject/openvox/pull/203) ([nmburgan](https://github.com/nmburgan))

**Merged pull requests:**

- Promote puppet-runtime 2025.09.08.1 [\#204](https://github.com/OpenVoxProject/openvox/pull/204) ([nmburgan](https://github.com/nmburgan))
- Test for r10k failure condition [\#202](https://github.com/OpenVoxProject/openvox/pull/202) ([nmburgan](https://github.com/nmburgan))

## [8.23.0](https://github.com/openvoxproject/openvox/tree/8.23.0) (2025-09-07)

[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.22.0...8.23.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Raketasks and such to set the version based on the output of `git describe`

module Puppet
PUPPETVERSION = '8.23.0'
PUPPETVERSION = '8.23.1'
IMPLEMENTATION = 'openvox'

##
Expand Down