Skip to content

Commit

Permalink
Update VRT version 1.14.2 (#75)
Browse files Browse the repository at this point in the history
* added support for vrt 1.14.2

* Updated version.rb
  • Loading branch information
rohit-bugcrowd authored Oct 25, 2024
1 parent 64bccf9 commit 89aada3
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 @@ -55,3 +55,6 @@
[submodule "lib/data/1.14.1"]
path = lib/data/1.14.1
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
[submodule "lib/data/1.14.2"]
path = lib/data/1.14.2
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.13.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.1...v0.13.2) - 2025-10-25

### Added
- Support for VRT 1.14.2

## [v0.13.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.0...v0.13.1) - 2024-07-18

### Changed
Expand Down
1 change: 1 addition & 0 deletions lib/data/1.14.2
Submodule 1.14.2 added at 5c0a02
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.13.1'.freeze
VERSION = '0.13.2'.freeze
end

0 comments on commit 89aada3

Please sign in to comment.