We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d414c3c commit 2d46effCopy full SHA for 2d46eff
3 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
6
## [Unreleased]
7
### 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
15
- VRT 1.4 data
16
- Support for mappings with `keys` metadata
17
- CWE mapping
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- vrt (0.4.6)
+ vrt (0.5.0)
GEM
remote: https://rubygems.org/
lib/vrt/version.rb
@@ -1,3 +1,3 @@
module Vrt
- VERSION = '0.4.6'.freeze
+ VERSION = '0.5.0'.freeze
end
0 commit comments