Skip to content

Commit c149020

Browse files
authored
v0.12.6 Release (#70)
* Test Commit * Adding VRT 1.13 Submodule for gem release * Adding changelog and Updating version
1 parent 2cf0eda commit c149020

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
@@ -46,3 +46,6 @@
4646
[submodule "lib/data/1.12"]
4747
path = lib/data/1.12
4848
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
49+
[submodule "lib/data/1.13"]
50+
path = lib/data/1.13
51+
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.6](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.5...v0.12.6) - 2024-04-02
15+
16+
### Added
17+
- Support for VRT 1.13
18+
1419
## [v0.12.5](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.4...v0.12.5) - 2023-12-18
1520

1621
### Added

lib/data/1.13

Submodule 1.13 added at c39d933

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

0 commit comments

Comments
 (0)