We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030075d commit edb1c04Copy full SHA for edb1c04
CHANGES.md
@@ -2,6 +2,11 @@
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.2] - 2025-12-05
6
+
7
+### Improvements
8
+* Relax the dependency requirement for bigdecimal, now compatible with all versions below 4.x. (@sachin-sandhu)
9
10
## [4.1.1] - 2025-05-11
11
12
### Fixes
lib/cvss_suite/version.rb
@@ -4,5 +4,5 @@
# See the LICENSE.md file in the top-level directory.
module CvssSuite
- VERSION = '4.1.1'.freeze
+ VERSION = '4.1.2'.freeze
end
0 commit comments