Skip to content

Commit 63f766d

Browse files
committed
Update to version 3.2.1
1 parent c53481e commit 63f766d

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+
## [3.2.1] - 2024-05-25
6+
7+
### Fixes
8+
* String.truncate method in Rails gets overwritten. Fixes [#39](https://github.com/0llirocks/cvss-suite/issues/39)
9+
510
## [3.2.0] - 2024-05-04
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.2.0'.freeze
7+
VERSION = '3.2.1'.freeze
88
end

0 commit comments

Comments
 (0)