Skip to content

Commit ea99087

Browse files
authored
Core changes (#83)
1 parent e710abc commit ea99087

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@
7373
[submodule "lib/data/1.18"]
7474
path = lib/data/1.18
7575
url = git@github.com:bugcrowd/vulnerability-rating-taxonomy.git
76+
[submodule "lib/data/1.19"]
77+
path = lib/data/1.19
78+
url = git@github.com: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.8](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.7...v0.13.8) - 2026-06-24
18+
19+
### Added
20+
21+
- Support for VRT 1.19
22+
1723
## [v0.13.7](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.6...v0.13.7) - 2026-03-09
1824

1925
### Added

lib/data/1.19

Submodule 1.19 added at 211dc55

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

0 commit comments

Comments
 (0)