We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7591afe commit efffe05Copy full SHA for efffe05
2 files changed
CHANGELOG.md
@@ -5,13 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
6
## [Unreleased]
7
### Added
8
-- Support for VRT 1.10
9
-- Support for VRT 1.10.1 (updated spelling in scw mapping)
10
11
### Changed
12
13
### Removed
14
+## [v0.11.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.10.0...v0.11.0) - 2021-03-31
+
15
+### Added
16
+- Support for VRT 1.10
17
+- Support for VRT 1.10.1 (updated spelling in scw mapping)
18
19
## [v0.10.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.9.0...v0.10.0) - 2020-07-09
20
21
- Support for VRT 1.9
lib/vrt/version.rb
@@ -1,3 +1,3 @@
1
module Vrt
2
- VERSION = '0.10.0'.freeze
+ VERSION = '0.11.0'.freeze
3
end
0 commit comments