Skip to content

Commit 49ec791

Browse files
committed
Release 3.0.0
1 parent 52b4464 commit 49ec791

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+
## [3.0.0](https://github.com/openvoxproject/openvoxserver-ca/tree/3.0.0) (2025-07-10)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/3.0.0-rc1...3.0.0)
8+
9+
**Merged pull requests:**
10+
11+
- CI: Add dummy job we can depend on & Generate ruby matrix dynamically [\#9](https://github.com/OpenVoxProject/openvoxserver-ca/pull/9) ([bastelfreak](https://github.com/bastelfreak))
12+
513
## [3.0.0-rc1](https://github.com/openvoxproject/openvoxserver-ca/tree/3.0.0-rc1) (2025-07-09)
614

715
[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/2.7.0...3.0.0-rc1)

lib/puppetserver/ca/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Puppetserver
22
module Ca
3-
VERSION = "3.0.0-rc1"
3+
VERSION = "3.0.0"
44
end
55
end

0 commit comments

Comments
 (0)