Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/pkg/
/spec/reports/
/vendor/
/.vendor/
/tmp/
openvoxserver-ca-*.gem
Gemfile.lock
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [3.0.0](https://github.com/openvoxproject/openvoxserver-ca/tree/3.0.0) (2025-07-10)

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

**Merged pull requests:**

- 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))

## [3.0.0-rc1](https://github.com/openvoxproject/openvoxserver-ca/tree/3.0.0-rc1) (2025-07-09)

[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/2.7.0...3.0.0-rc1)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppetserver/ca/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Puppetserver
module Ca
VERSION = "3.0.0-rc1"
VERSION = "3.0.0"
end
end