Skip to content

Commit 2d46eff

Browse files
author
Devin Riley
authored
Release v0.5.0 (#22)
1 parent d414c3c commit 2d46eff

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77
### Added
8+
9+
### Changed
10+
11+
### Removed
12+
13+
## [v0.5.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.4.6...v0.5.0) - 2018-05-01
14+
### Added
815
- VRT 1.4 data
916
- Support for mappings with `keys` metadata
1017
- CWE mapping

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
vrt (0.4.6)
4+
vrt (0.5.0)
55

66
GEM
77
remote: https://rubygems.org/

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

0 commit comments

Comments
 (0)