Skip to content

Commit 5461b30

Browse files
Release 5.4.0
1 parent 4947ce1 commit 5461b30

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## [5.4.0](https://github.com/openvoxproject/openbolt/tree/5.4.0) (2026-03-04)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.3.0...5.4.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Platform support ubuntu-26, sles-16, armhf, aarch64 [\#192](https://github.com/OpenVoxProject/openbolt/pull/192) ([marcusdots](https://github.com/marcusdots))
12+
- puppet\_metadata: Allow 6.x [\#184](https://github.com/OpenVoxProject/openbolt/pull/184) ([bastelfreak](https://github.com/bastelfreak))
13+
- hiera-eyaml: Allow 5.x [\#183](https://github.com/OpenVoxProject/openbolt/pull/183) ([bastelfreak](https://github.com/bastelfreak))
14+
15+
**Fixed bugs:**
16+
17+
- Upcoming issue with openssl 4.0.0 gem [\#169](https://github.com/OpenVoxProject/openbolt/issues/169)
18+
519
## [5.3.0](https://github.com/openvoxproject/openbolt/tree/5.3.0) (2025-12-16)
620

721
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.2.0...5.3.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.3.0'
4+
VERSION = '5.4.0'
55
end

0 commit comments

Comments
 (0)