We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0e42c commit 3dbb1bbCopy full SHA for 3dbb1bb
CHANGES.md
@@ -2,6 +2,12 @@
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
+## [4.1.1] - 2025-05-11
6
+
7
+### Fixes
8
9
+See [v4.1.1](https://github.com/0llirocks/cvss-suite/releases/tag/v4.1.1). (@jgarber-cisco)
10
11
## [4.1.0] - 2025-04-27
12
13
### Improvements
lib/cvss_suite/version.rb
@@ -4,5 +4,5 @@
# See the LICENSE.md file in the top-level directory.
module CvssSuite
- VERSION = '4.1.0'.freeze
+ VERSION = '4.1.1'.freeze
end
0 commit comments