Skip to content

Commit 79d40c4

Browse files
authored
v0.12.7 release (#72)
### Added - Support for VRT 1.14
1 parent c149020 commit 79d40c4

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@
4949
[submodule "lib/data/1.13"]
5050
path = lib/data/1.13
5151
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
52+
[submodule "lib/data/1.14"]
53+
path = lib/data/1.14
54+
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git

CHANGELOG.md

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

1212
### Removed
1313

14+
## [v0.12.7](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.6...v0.12.7) - 2024-07-09
15+
16+
### Added
17+
- Support for VRT 1.14
18+
1419
## [v0.12.6](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.5...v0.12.6) - 2024-04-02
1520

1621
### Added

lib/data/1.14

Submodule 1.14 added at bef50bb

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

0 commit comments

Comments
 (0)