diff --git a/.gitmodules b/.gitmodules index 13b2c3f..b085a1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "lib/data/1.11"] path = lib/data/1.11 url = git@github.com:bugcrowd/vulnerability-rating-taxonomy.git +[submodule "lib/data/1.12"] + path = lib/data/1.12 + url = git@github.com:bugcrowd/vulnerability-rating-taxonomy.git diff --git a/CHANGELOG.md b/CHANGELOG.md index c969eef..eb3c904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Removed +## [v0.12.3](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.2...v0.12.3) - 2023-12-18 + +### Added +- Support for VRT 1.12 + ## [v0.12.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.1...v0.12.2) - 2023-11-20 ### Added diff --git a/lib/data/1.12 b/lib/data/1.12 new file mode 160000 index 0000000..10397d0 --- /dev/null +++ b/lib/data/1.12 @@ -0,0 +1 @@ +Subproject commit 10397d091891561b3289f84ee1848e884292a2e7 diff --git a/lib/vrt/version.rb b/lib/vrt/version.rb index 409b6a9..c5b8695 100644 --- a/lib/vrt/version.rb +++ b/lib/vrt/version.rb @@ -1,3 +1,3 @@ module Vrt - VERSION = '0.12.2'.freeze + VERSION = '0.12.3'.freeze end