Skip to content

Commit 00b280d

Browse files
authored
Merge pull request #88 from bastelfreak/rel8210
Release 8.21.0
2 parents 392c162 + 18520ab commit 00b280d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

5+
## [8.21.0](https://github.com/openvoxproject/openvox-agent/tree/8.21.0) (2025-07-09)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.20.0...8.21.0)
8+
9+
**Implemented enhancements:**
10+
11+
- openvox: Update 8.20.0-\>8.21.0 [\#87](https://github.com/OpenVoxProject/openvox-agent/pull/87) ([bastelfreak](https://github.com/bastelfreak))
12+
13+
**Fixed bugs:**
14+
15+
- OpenVox: Remove build dependency to facter [\#86](https://github.com/OpenVoxProject/openvox-agent/pull/86) ([bastelfreak](https://github.com/bastelfreak))
16+
517
## [8.20.0](https://github.com/openvoxproject/openvox-agent/tree/8.20.0) (2025-07-09)
618

719
[Full Changelog](https://github.com/openvoxproject/openvox-agent/compare/8.19.2...8.20.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.20.0"
3+
OPENVOX_AGENT_VERSION = "8.21.0"
44

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

0 commit comments

Comments
 (0)