Skip to content

Commit 05892ba

Browse files
added new VRT version 1.14.1 and removed support ruby version less than 3.1 (#73)
1 parent 018b71d commit 05892ba

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@
5252
[submodule "lib/data/1.14"]
5353
path = lib/data/1.14
5454
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
55+
[submodule "lib/data/1.14.1"]
56+
path = lib/data/1.14.1
57+
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1111

1212
### Removed
1313

14+
## [v0.13.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.7...v0.13.0) - 2024-07-18
15+
16+
### Added
17+
- Support for VRT 1.14.1
18+
19+
### Removed
20+
- Support for ruby version < 3.1
21+
1422
## [v0.12.7](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.6...v0.12.7) - 2024-07-09
1523

1624
### Added

lib/data/1.14.1

Submodule 1.14.1 added at e8949bc

lib/vrt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Vrt
2-
VERSION = '0.12.7'.freeze
2+
VERSION = '0.13.0'.freeze
33
end

0 commit comments

Comments
 (0)