Skip to content

Commit 3d71b3b

Browse files
committed
Set version to 4.1.0
1 parent 74dc142 commit 3d71b3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [4.1.0] - 2025-04-27
66

77
### Improvements
8-
* Expose impact and exploitability sub-scores. (@jgarber-cisco)
8+
* Expose impact and exploitability sub-scores for CVSS 2 and CVSS 3.x. (@jgarber-cisco)
99

1010
## [4.0.0] - 2024-08-31
1111

lib/cvss_suite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# See the LICENSE.md file in the top-level directory.
55

66
module CvssSuite
7-
VERSION = '4.0.0'.freeze
7+
VERSION = '4.1.0'.freeze
88
end

0 commit comments

Comments
 (0)