Skip to content

Commit

Permalink
Add version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0llirocks committed Aug 31, 2024
1 parent 3676e99 commit ae38aeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.0] - 2024-08-31

### Breaking Changes
* 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.

## [3.3.0] - 2024-08-31

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion lib/cvss_suite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# See the LICENSE.md file in the top-level directory.

module CvssSuite
VERSION = '3.3.0'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit ae38aeb

Please sign in to comment.