We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53481e commit 63f766dCopy full SHA for 63f766d
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
+## [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
10
## [3.2.0] - 2024-05-04
11
12
### Improvements
lib/cvss_suite/version.rb
@@ -4,5 +4,5 @@
# See the LICENSE.md file in the top-level directory.
module CvssSuite
- VERSION = '3.2.0'.freeze
+ VERSION = '3.2.1'.freeze
end
0 commit comments