Skip to content

Commit dcdc38b

Browse files
committed
Adding vrt 1.16
1 parent afa8de3 commit dcdc38b

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@
6464
[submodule "lib/data/1.15.1"]
6565
path = lib/data/1.15.1
6666
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
67+
[submodule "lib/data/1.16"]
68+
path = lib/data/1.16
69+
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git

CHANGELOG.md

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

1515
### Removed
1616

17+
## [v0.13.5](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.4...v0.13.5) - 2025-06-23
18+
19+
### Added
20+
21+
- Support for VRT 1.16
22+
1723
## [v0.13.4](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.3...v0.13.4) - 2025-03-11
1824

1925
### Added

lib/data/1.16

Submodule 1.16 added at 6211aad

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.13.4'.freeze
2+
VERSION = '0.13.5'.freeze
33
end

0 commit comments

Comments
 (0)