Skip to content

Commit db4f2c5

Browse files
authored
Merge pull request #11 from OpenVoxProject/release-3.0.0-rc1
2 parents 2db09e9 + 489adb7 commit db4f2c5

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
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [3.0.0-rc1](https://github.com/openvoxproject/openvoxserver-ca/tree/3.0.0-rc1) (2025-07-09)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/2.7.0...3.0.0-rc1)
8+
9+
**Breaking changes:**
10+
11+
- Rename gem to openvoxserver-ca and depend on openfact gem [\#1](https://github.com/OpenVoxProject/openvoxserver-ca/pull/1) ([jessereynolds](https://github.com/jessereynolds))
12+
13+
14+
15+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

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 = "2.7.0"
3+
VERSION = "3.0.0-rc1"
44
end
55
end

0 commit comments

Comments
 (0)