Skip to content

Commit ae38aeb

Browse files
committed
Add version 4.0.0
1 parent 3676e99 commit ae38aeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## [4.0.0] - 2024-08-31
6+
7+
### Breaking Changes
8+
* Removed score method for all CVSS 4.0 metrics. Since CVSS 4.0 only has one score, it doesn't make sense for each metric to return a separate score. See [#46](https://github.com/0llirocks/cvss-suite/issues/46) for more information.
9+
510
## [3.3.0] - 2024-08-31
611

712
### Improvements

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 = '3.3.0'.freeze
7+
VERSION = '4.0.0'.freeze
88
end

0 commit comments

Comments
 (0)