Skip to content

Commit 0baa430

Browse files
authored
V0.12.2 release (#66)
* v0.12.2 -release * changelog updateD
1 parent 3eb792c commit 0baa430

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

1212
### Removed
1313

14+
## [v0.12.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.1...v0.12.2) - 2023-11-20
15+
16+
### Added
17+
- Support for VRT 1.11 and some fixes
18+
1419
## [v0.12.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.0...v0.12.1) - 2023-11-20
1520

1621
### Added

lib/data/1.11

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

0 commit comments

Comments
 (0)