Skip to content

Commit 212754c

Browse files
authored
v0.12.3 release for vrt v1.12 (#67)
1 parent 0baa430 commit 212754c

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
@@ -43,3 +43,6 @@
4343
[submodule "lib/data/1.11"]
4444
path = lib/data/1.11
4545
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
46+
[submodule "lib/data/1.12"]
47+
path = lib/data/1.12
48+
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.3](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.2...v0.12.3) - 2023-12-18
15+
16+
### Added
17+
- Support for VRT 1.12
18+
1419
## [v0.12.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.1...v0.12.2) - 2023-11-20
1520

1621
### Added

lib/data/1.12

Submodule 1.12 added at 10397d0

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

0 commit comments

Comments
 (0)