Merge pull request #52 from puppetlabs/3.3.4-release-prep

(maint) Release prep for version 3.3.4
This commit is contained in:
isaac-hammes 2023-08-30 09:39:07 -07:00 committed by GitHub
commit 93b43ed99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [3.3.4](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.3.4) (2023-08-30)
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.3.3...3.3.4)
**Fixed bugs:**
- \(maint\) Convert booleans and Time objects to strings when being added to redis [\#51](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/51) ([isaac-hammes](https://github.com/isaac-hammes))
## [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)

View file

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

View file

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