Skip to content

Commit 50021eb

Browse files
committed
Core changes
1 parent 77c63c6 commit 50021eb

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@
6767
[submodule "lib/data/1.16"]
6868
path = lib/data/1.16
6969
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
70+
[submodule "lib/data/lib/data/1.17"]
71+
path = lib/data/lib/data/1.17
72+
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
73+
[submodule "lib/data/1.17"]
74+
path = lib/data/1.17
75+
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.6](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.5...v0.13.6) - 2025-08-19
18+
19+
### Added
20+
21+
- Support for VRT 1.17
22+
1723
## [v0.13.5](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.4...v0.13.5) - 2025-06-23
1824

1925
### Added

lib/data/1.17

Submodule 1.17 added at eb57585

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

0 commit comments

Comments
 (0)