File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ 3.1.0] - 2026-01-07
9+
10+ ### Added
11+
12+ - Support for Ruby 3.4
13+ - Support for Ruby 4.0
14+
815## [ 3.0.0] - 2025-01-09
916
1017### Changed
@@ -120,7 +127,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
120127
121128- Initial Release
122129
123- [ Unreleased ] : https://github.com/civisanalytics/ruby_audit/compare/v3.0.0...HEAD
130+ [ Unreleased ] : https://github.com/civisanalytics/ruby_audit/compare/v3.1.0...HEAD
131+ [ 3.1.0 ] : https://github.com/civisanalytics/ruby_audit/compare/v3.0.0...v3.1.0
124132[ 3.0.0 ] : https://github.com/civisanalytics/ruby_audit/compare/v2.3.1...v3.0.0
125133[ 2.3.1 ] : https://github.com/civisanalytics/ruby_audit/compare/v2.3.0...v2.3.1
126134[ 2.3.0 ] : https://github.com/civisanalytics/ruby_audit/compare/v2.2.0...v2.3.0
Original file line number Diff line number Diff line change 11module RubyAudit
2- VERSION = '3.0 .0' . freeze
2+ VERSION = '3.1 .0' . freeze
33end
You can’t perform that action at this time.
0 commit comments