File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 3.3.0] - 2024-08-31
6+
7+ ### Improvements
8+ * Prepare support for ruby 3.4. Closes [ #44 ] ( https://github.com/0llirocks/cvss-suite/issues/44 ) . Many thanks to @HParker for adding this feature.
9+ * Add score method for CVSS 4.0 and later as an alias for overall_score.
10+
511## [ 3.2.2] - 2024-08-04
612
713### Fixes
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Contributors:
1212- joePedantic < https://github.com/joePedantic >
1313- Brandyn Phelps < https://github.com/brphelps >
1414- Karim ElGhandour < https://github.com/kghandour >
15+ - Adam Hess < https://github.com/HParker >
1516
1617Permission is hereby granted, free of charge, to any person obtaining a copy of
1718this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 44# See the LICENSE.md file in the top-level directory.
55
66module CvssSuite
7- VERSION = '3.2.2 ' . freeze
7+ VERSION = '3.3.0 ' . freeze
88end
You can’t perform that action at this time.
0 commit comments