Skip to content

Commit 9f9b1ce

Browse files
authored
Merge pull request #167 from OpenVoxProject/release-5.3.0
Release 5.3.0
2 parents 8648312 + 9d82f9e commit 9f9b1ce

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

5+
## [5.3.0](https://github.com/openvoxproject/openbolt/tree/5.3.0) (2025-12-16)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.2.0...5.3.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Add packaging metadata [\#166](https://github.com/OpenVoxProject/openbolt/pull/166) ([nmburgan](https://github.com/nmburgan))
12+
13+
**Fixed bugs:**
14+
15+
- Fix use of openvox\_bootstrap module/plugin [\#145](https://github.com/OpenVoxProject/openbolt/pull/145) ([nmburgan](https://github.com/nmburgan))
16+
17+
**Merged pull requests:**
18+
19+
- Promote puppet-runtime 2025.12.15.1 [\#165](https://github.com/OpenVoxProject/openbolt/pull/165) ([OpenVoxProjectBot](https://github.com/OpenVoxProjectBot))
20+
- Relax json gem requirement [\#164](https://github.com/OpenVoxProject/openbolt/pull/164) ([nmburgan](https://github.com/nmburgan))
21+
- Add sudo where needed for MacOS builds [\#158](https://github.com/OpenVoxProject/openbolt/pull/158) ([nmburgan](https://github.com/nmburgan))
22+
- Include openssl gem to avoid SSL errors on MacOS [\#157](https://github.com/OpenVoxProject/openbolt/pull/157) ([nmburgan](https://github.com/nmburgan))
23+
- Pull openbolt-vanagon repo into packaging directory [\#156](https://github.com/OpenVoxProject/openbolt/pull/156) ([nmburgan](https://github.com/nmburgan))
24+
- Change Puppet -\> OpenVox and Bolt -\> OpenBolt [\#155](https://github.com/OpenVoxProject/openbolt/pull/155) ([nmburgan](https://github.com/nmburgan))
25+
- Disable analytics code [\#144](https://github.com/OpenVoxProject/openbolt/pull/144) ([nmburgan](https://github.com/nmburgan))
26+
- Remove first run welcome message [\#139](https://github.com/OpenVoxProject/openbolt/pull/139) ([nmburgan](https://github.com/nmburgan))
27+
528
## [5.2.0](https://github.com/openvoxproject/openbolt/tree/5.2.0) (2025-11-19)
629

730
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.1.0...5.2.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.2.0'
4+
VERSION = '5.3.0'
55
end

0 commit comments

Comments
 (0)