Skip to content

Commit 92b3db6

Browse files
authored
Merge pull request #25 from bastelfreak/rel310
Release 3.1.0
2 parents e075741 + 0c536be commit 92b3db6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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

5+
## [3.1.0](https://github.com/openvoxproject/openvoxserver-ca/tree/3.1.0) (2026-02-20)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openvoxserver-ca/compare/3.0.0...3.1.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Remove duplicate rspec/rake from Gemfile & remove unused pry/bundler dependency [\#24](https://github.com/OpenVoxProject/openvoxserver-ca/pull/24) ([bastelfreak](https://github.com/bastelfreak))
12+
- Add Ruby 4.0 support [\#22](https://github.com/OpenVoxProject/openvoxserver-ca/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
14+
**Fixed bugs:**
15+
16+
- Fix bogus bundler requirement in `puppetserver-ca` [\#23](https://github.com/OpenVoxProject/openvoxserver-ca/pull/23) ([smortex](https://github.com/smortex))
17+
518
## [3.0.0](https://github.com/openvoxproject/openvoxserver-ca/tree/3.0.0) (2025-07-10)
619

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

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

0 commit comments

Comments
 (0)