Skip to content

Commit

Permalink
Just VRT Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nain committed Jul 9, 2024
1 parent c149020 commit 0a78507
Show file tree
Hide file tree
Showing 4 changed files with 11 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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ 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.7...v0.12.6) - 2024-07-09

### Added
- Ruby version upgrade to 3.1
- 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 0a78507

Please sign in to comment.