From 8ee755b2a88c55329bfd4b6096f954f1e3929dfe Mon Sep 17 00:00:00 2001 From: Ram Bhushan Mishra Date: Wed, 8 Jul 2026 14:38:05 +0530 Subject: [PATCH] VRT Version Update --- .gitmodules | 3 +++ CHANGELOG.md | 6 ++++++ lib/data/1.19.1 | 1 + lib/vrt/version.rb | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) create mode 160000 lib/data/1.19.1 diff --git a/.gitmodules b/.gitmodules index 6db5140..bd509f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "lib/data/1.19"] path = lib/data/1.19 url = git@github.com:bugcrowd/vulnerability-rating-taxonomy.git +[submodule "lib/data/1.19.1"] + path = lib/data/1.19.1 + url = git@github.com:bugcrowd/vulnerability-rating-taxonomy.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 5029a22..3984f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Removed +## [v0.13.9](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.8...v0.13.9) - 2026-07-08 + +### Added + +- Support for VRT 1.19.1 + ## [v0.13.8](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.7...v0.13.8) - 2026-06-24 ### Added diff --git a/lib/data/1.19.1 b/lib/data/1.19.1 new file mode 160000 index 0000000..20cc155 --- /dev/null +++ b/lib/data/1.19.1 @@ -0,0 +1 @@ +Subproject commit 20cc155a74c7f9136fed714acc298f281bd793d3 diff --git a/lib/vrt/version.rb b/lib/vrt/version.rb index 48bf193..ced795a 100644 --- a/lib/vrt/version.rb +++ b/lib/vrt/version.rb @@ -1,3 +1,3 @@ module Vrt - VERSION = '0.13.8'.freeze + VERSION = '0.13.9'.freeze end