Skip to content

Commit

Permalink
Release 3.3.1 (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <[email protected]>
  • Loading branch information
ashiqueps authored Feb 6, 2023
1 parent 7930ec1 commit dd56491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v3.3.1](https://github.com/chef-partners/kitchen-vra/tree/v3.3.1)

[Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.3.0...v3.3.1)

- Fixed the issue with catalog lookup using catalog_name config [\#61](https://github.com/chef-partners/kitchen-vra/pull/61) ([ashiqueps](https://github.com/ashiqueps))

## [v3.3.0](https://github.com/chef-partners/kitchen-vra/tree/v3.3.0)

[Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.2.1...v3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vra_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

module Kitchen
module Driver
VRA_VERSION = "3.3.0"
VRA_VERSION = "3.3.1"
end
end

0 comments on commit dd56491

Please sign in to comment.