We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dc142 commit 3d71b3bCopy full SHA for 3d71b3b
CHANGES.md
@@ -2,10 +2,10 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## [Unreleased]
+## [4.1.0] - 2025-04-27
6
7
### Improvements
8
-* Expose impact and exploitability sub-scores. (@jgarber-cisco)
+* Expose impact and exploitability sub-scores for CVSS 2 and CVSS 3.x. (@jgarber-cisco)
9
10
## [4.0.0] - 2024-08-31
11
lib/cvss_suite/version.rb
@@ -4,5 +4,5 @@
# See the LICENSE.md file in the top-level directory.
module CvssSuite
- VERSION = '4.0.0'.freeze
+ VERSION = '4.1.0'.freeze
end
0 commit comments