Skip to content

Commit

Permalink
v0.12.7 release (#72)
Browse files Browse the repository at this point in the history
### Added
- Support for VRT 1.14
  • Loading branch information
abhinav-nain authored Jul 9, 2024
1 parent c149020 commit 79d40c4
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 @@ -49,3 +49,6 @@
[submodule "lib/data/1.13"]
path = lib/data/1.13
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
[submodule "lib/data/1.14"]
path = lib/data/1.14
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.7](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.6...v0.12.7) - 2024-07-09

### Added
- Support for VRT 1.14

## [v0.12.6](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.5...v0.12.6) - 2024-04-02

### Added
Expand Down
1 change: 1 addition & 0 deletions lib/data/1.14
Submodule 1.14 added at bef50b
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.6'.freeze
VERSION = '0.12.7'.freeze
end

0 comments on commit 79d40c4

Please sign in to comment.