We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b767a0 commit 3eb792cCopy full SHA for 3eb792c
CHANGELOG.md
@@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
11
12
### Removed
13
14
+## [v0.12.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.0...v0.12.1) - 2023-11-20
15
+
16
+### Added
17
+- Support for VRT 1.11 and some minor fixes
18
19
## [v0.12.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.11.0...v0.12.0) - 2023-11-16
20
21
### Added
lib/vrt/version.rb
@@ -1,3 +1,3 @@
1
module Vrt
2
- VERSION = '0.12.0'.freeze
+ VERSION = '0.12.1'.freeze
3
end
0 commit comments