Merge pull request #41 from puppetlabs/3.2.0-release-prep

3.2.0 release prep
This commit is contained in:
Jake Spain 2023-08-10 12:56:10 -04:00 committed by GitHub
commit b2f7907618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

View file

@ -1,5 +1,19 @@
# Changelog
## [3.2.0](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.2.0) (2023-08-10)
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.1.0...3.2.0)
**Implemented enhancements:**
- Bump jruby to 9.4.3.0 and update lockfile [\#40](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/40) ([yachub](https://github.com/yachub))
**Merged pull requests:**
- Bump thor from 1.2.1 to 1.2.2 [\#38](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump vmpooler from 3.0.0 to 3.1.0 [\#37](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rack-test from 2.0.2 to 2.1.0 [\#36](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot))
## [3.1.0](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.1.0) (2023-05-01)
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.0.0...3.1.0)

View file

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

View file

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