Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Nov 27, 2023
1 parent 3f51d13 commit d3fdfa4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/test-kitchen/kitchen-vro/compare/v1.0.0...v1.1.0) (2023-11-27)


### Features

* Workflows ([#10](https://github.com/test-kitchen/kitchen-vro/issues/10)) ([3f51d13](https://github.com/test-kitchen/kitchen-vro/commit/3f51d13a5afc683f6f3c1c4816f37ec0c65c4d63))
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vro_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

module Kitchen
module Driver
VRO_VERSION = "1.0.0".freeze
VRO_VERSION = "1.1.0".freeze
end
end

0 comments on commit d3fdfa4

Please sign in to comment.