Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 6c99e98

Browse files
authored
Merge pull request #117 from OpenVoxProject/8_22_1
8.22.1 release
2 parents 3f57b30 + ee475af commit 6c99e98

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [8.22.1](https://github.com/openvoxproject/openvox-agent/tree/8.22.1) (2025-08-26)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.22.0...8.22.1)
8+
9+
**Fixed bugs:**
10+
11+
- Revert puppet -\> openvox rename [\#116](https://github.com/OpenVoxProject/openvox-agent/pull/116) ([nmburgan](https://github.com/nmburgan))
12+
513
## [8.22.0](https://github.com/openvoxproject/openvox-agent/tree/8.22.0) (2025-08-25)
614

715
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.21.1...8.22.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.22.0"
3+
OPENVOX_AGENT_VERSION = "8.22.1"
44

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

0 commit comments

Comments
 (0)