Skip to content

Commit 2cf0eda

Browse files
authored
vrt fix (#69)
* vrt fix * fix
1 parent 7bbed2c commit 2cf0eda

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.5](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.4...v0.12.5) - 2023-12-18
15+
16+
### Added
17+
- Support for VRT 1.12 and some fixes
18+
1419
## [v0.12.4](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.3...v0.12.4) - 2023-12-18
1520

1621
### Added

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

0 commit comments

Comments
 (0)