Skip to content

Commit 3d58961

Browse files
authored
Merge pull request #134 from OpenVoxProject/release-5.2.0
Release 5.2.0
2 parents c8853e2 + a14496e commit 3d58961

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

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

5+
## [5.2.0](https://github.com/openvoxproject/openbolt/tree/5.2.0) (2025-11-19)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.1.0...5.2.0)
8+
9+
**Implemented enhancements:**
10+
11+
- apply\_prep installs openvox-agent via puppet-openvox\_bootstrap [\#49](https://github.com/OpenVoxProject/openbolt/pull/49) ([jessereynolds](https://github.com/jessereynolds))
12+
13+
**Merged pull requests:**
14+
15+
- chore\(deps\): update dependency puppetlabs-powershell to v6.1.0 [\#135](https://github.com/OpenVoxProject/openbolt/pull/135) ([renovate[bot]](https://github.com/apps/renovate))
16+
- Update dependency puppetlabs-puppet\_agent to v4.26.0 [\#133](https://github.com/OpenVoxProject/openbolt/pull/133) ([renovate[bot]](https://github.com/apps/renovate))
17+
- chore\(deps\): update dependency puppetlabs-pwshlib to v2 [\#126](https://github.com/OpenVoxProject/openbolt/pull/126) ([renovate[bot]](https://github.com/apps/renovate))
18+
- chore\(deps\): update dependency puppetlabs-apt to v11 [\#108](https://github.com/OpenVoxProject/openbolt/pull/108) ([renovate[bot]](https://github.com/apps/renovate))
19+
520
## [5.1.0](https://github.com/openvoxproject/openbolt/tree/5.1.0) (2025-10-16)
621

722
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.0.0-rc2...5.1.0)

lib/bolt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bolt
4-
VERSION = '5.1.0'
4+
VERSION = '5.2.0'
55
end

0 commit comments

Comments
 (0)