Release 0.10.3

Updates for release 0.10.3, tagging will be handled by the job.
This commit is contained in:
Brandon High 2020-03-04 11:44:36 -08:00
parent f1d6ddec9b
commit cec7183fdc
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE
2 changed files with 9 additions and 2 deletions

View file

@ -11,7 +11,14 @@ Tracking in this Changelog began for this project with the tagging of version 0.
If you're looking for changes from before this, refer to the project's If you're looking for changes from before this, refer to the project's
git logs & PR history. git logs & PR history.
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.0...master) ## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.3...master)
## [0.10.3](https://github.com/puppetlabs/vmpooler/compare/0.10.2...0.10.3)
- Fix Redis update during migration to better reflect actual state (POOLER-154)
## [0.10.2](https://github.com/puppetlabs/vmpooler/compare/0.10.1...0.10.2)
- Version bump (no code changes)
## [0.10.1](https://github.com/puppetlabs/vmpooler/compare/0.10.0...0.10.1) ## [0.10.1](https://github.com/puppetlabs/vmpooler/compare/0.10.0...0.10.1)

View file

@ -1,3 +1,3 @@
module Vmpooler module Vmpooler
VERSION = '0.10.2'.freeze VERSION = '0.10.3'.freeze
end end