Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-nain committed Jul 18, 2024
1 parent 05892ba commit c53d009
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Removed

## [v0.13.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.0...v0.13.1) - 2024-07-18

### Changed
- Minor Bugfixes

## [v0.13.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.7...v0.13.0) - 2024-07-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/vrt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vrt
VERSION = '0.13.0'.freeze
VERSION = '0.13.1'.freeze
end

0 comments on commit c53d009

Please sign in to comment.