Skip to content

Commit edb1c04

Browse files
committed
Update version
1 parent 030075d commit edb1c04

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.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+
510
## [4.1.1] - 2025-05-11
611

712
### Fixes

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

0 commit comments

Comments
 (0)