Skip to content

Commit c621bad

Browse files
authored
Merge pull request #97 from bastelfreak/rel8211
Release 8.21.1
2 parents 556af76 + 1a4e3b3 commit c621bad

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.21.1](https://github.com/openvoxproject/openvox-agent/tree/8.21.1) (2025-07-23)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.21.0...8.21.1)
8+
9+
**Fixed bugs:**
10+
11+
- Stop passing --\[no-\]check-prereqs to install.rb [\#96](https://github.com/OpenVoxProject/openvox-agent/pull/96) ([ekohl](https://github.com/ekohl))
12+
13+
**Merged pull requests:**
14+
15+
- Promote puppet to 8.21.0-\>8.21.1 [\#98](https://github.com/OpenVoxProject/openvox-agent/pull/98) ([bastelfreak](https://github.com/bastelfreak))
16+
- \(maint\) Drop debian-10 from testing matrix [\#93](https://github.com/OpenVoxProject/openvox-agent/pull/93) ([jpartlow](https://github.com/jpartlow))
17+
518
## [8.21.0](https://github.com/openvoxproject/openvox-agent/tree/8.21.0) (2025-07-09)
619

720
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.20.0...8.21.0)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'open3'
22

3-
OPENVOX_AGENT_VERSION = "8.21.0"
3+
OPENVOX_AGENT_VERSION = "8.21.1"
44

55
RED = "\033[31m".freeze
66
GREEN = "\033[32m".freeze

0 commit comments

Comments
 (0)