From be8adf284866f182e2537ebd1d98e1a0622806f9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 4 Feb 2022 09:44:53 -0800 Subject: [PATCH] Release 3.1.0 Signed-off-by: Tim Smith --- CHANGELOG.md | 9 +++++++++ lib/kitchen/driver/vra_version.rb | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b942e..ae11e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v3.1.0](https://github.com/chef-partners/kitchen-vra/tree/v3.1.0) + +[Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.0.1...v3.1.0) + +- Move usage documentation from the readme to the kitchen.ci website +- Make the version configuration optional +- Remove the bundler dev dep +- Update the gemspec for the new maintainer of this project + ## [v3.0.1](https://github.com/chef-partners/kitchen-vra/tree/v3.0.1) [Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.0.0...v3.0.1) diff --git a/lib/kitchen/driver/vra_version.rb b/lib/kitchen/driver/vra_version.rb index b504a77..843c502 100644 --- a/lib/kitchen/driver/vra_version.rb +++ b/lib/kitchen/driver/vra_version.rb @@ -2,7 +2,7 @@ # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2015 Chef Software, Inc. +# Copyright:: Copyright (c) Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,6 +20,6 @@ module Kitchen module Driver - VRA_VERSION = "3.0.1" + VRA_VERSION = "3.1.0" end end