Skip to content

Commit a6c411b

Browse files
committed
Release changes
1 parent abbe37a commit a6c411b

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@
6161
[submodule "lib/data/1.15"]
6262
path = lib/data/1.15
6363
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
64+
[submodule "lib/data/1.15.1"]
65+
path = lib/data/1.15.1
66+
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1414

1515
### Removed
1616

17+
## [v0.13.4](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.3...v0.13.4) - 2025-03-11
18+
19+
### Added
20+
21+
- Support for VRT 1.15.1
22+
1723
## [v0.13.3](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.2...v0.13.3) - 2025-02-12
1824

1925
### Added

lib/data/1.15.1

Submodule 1.15.1 added at 6f8e8d6

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

0 commit comments

Comments
 (0)