(maint) Release prep for version 3.3.3

This commit is contained in:
isaac-hammes 2023-08-28 08:04:27 -07:00
parent b4819f2d39
commit 1dc1d8e568
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [3.3.3](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.3.3) (2023-08-28)
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.3.2...3.3.3)
**Fixed bugs:**
- \(maint\) Update Gemfile.lock and use block for transaction. [\#49](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/49) ([isaac-hammes](https://github.com/isaac-hammes))
## [3.3.2](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.3.2) (2023-08-23)
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.3.1...3.3.2)

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
vmpooler-provider-vsphere (3.3.2)
vmpooler-provider-vsphere (3.3.3)
rbvmomi2 (>= 3.1, < 4.0)
vmpooler (~> 3.0)

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerProviderVsphere
VERSION = '3.3.2'
VERSION = '3.3.3'
end