Skip to content

Commit

Permalink
v0.12.3 release for vrt v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jhas3c committed Dec 14, 2023
1 parent 0baa430 commit 83e984b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
[submodule "lib/data/1.11"]
path = lib/data/1.11
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
[submodule "lib/data/1.12"]
path = lib/data/1.12
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/data/1.12
Submodule 1.12 added at 10397d
2 changes: 1 addition & 1 deletion lib/vrt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vrt
VERSION = '0.12.2'.freeze
VERSION = '0.12.3'.freeze
end

0 comments on commit 83e984b

Please sign in to comment.