Skip to content

Commit 24a6fdd

Browse files
Release 8.23.1
1 parent b74dd83 commit 24a6fdd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## [8.23.1](https://github.com/openvoxproject/openvox/tree/8.23.1) (2025-09-08)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.23.0...8.23.1)
8+
9+
**Fixed bugs:**
10+
11+
- Fix how we find the version library [\#203](https://github.com/OpenVoxProject/openvox/pull/203) ([nmburgan](https://github.com/nmburgan))
12+
13+
**Merged pull requests:**
14+
15+
- Promote puppet-runtime 2025.09.08.1 [\#204](https://github.com/OpenVoxProject/openvox/pull/204) ([nmburgan](https://github.com/nmburgan))
16+
- Test for r10k failure condition [\#202](https://github.com/OpenVoxProject/openvox/pull/202) ([nmburgan](https://github.com/nmburgan))
17+
518
## [8.23.0](https://github.com/openvoxproject/openvox/tree/8.23.0) (2025-09-07)
619

720
[Full Changelog](https://github.com/openvoxproject/openvox/compare/8.22.0...8.23.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.23.0'
11+
PUPPETVERSION = '8.23.1'
1212
IMPLEMENTATION = 'openvox'
1313

1414
##

0 commit comments

Comments
 (0)