Skip to content

Commit efffe05

Browse files
committed
v0.11.0
1 parent 7591afe commit efffe05

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77
### Added
8-
- Support for VRT 1.10
9-
- Support for VRT 1.10.1 (updated spelling in scw mapping)
108

119
### Changed
1210

1311
### Removed
1412

13+
## [v0.11.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.10.0...v0.11.0) - 2021-03-31
14+
15+
### Added
16+
- Support for VRT 1.10
17+
- Support for VRT 1.10.1 (updated spelling in scw mapping)
18+
1519
## [v0.10.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.9.0...v0.10.0) - 2020-07-09
1620
### Added
1721
- Support for VRT 1.9

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

0 commit comments

Comments
 (0)