Bump version.rb and CHANGELOG.md to 0.10.1

This commit is to fix a mistake made the in the tagging and release
process.
This commit is contained in:
Brandon High 2020-02-14 10:15:42 -08:00
parent 39dd692db1
commit 81db9fb515
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE
2 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,10 @@ git logs & PR history.
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.0...master) ## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.0...master)
## [0.10.1](https://github.com/puppetlabs/vmpooler/compare/0.10.0...0.10.1)
- No changes, version bump only
## [0.10.0](https://github.com/puppetlabs/vmpooler/compare/0.9.1...0.10.0) ## [0.10.0](https://github.com/puppetlabs/vmpooler/compare/0.9.1...0.10.0)
### Added ### Added

View file

@ -1,3 +1,3 @@
module Vmpooler module Vmpooler
VERSION = '0.10.0'.freeze VERSION = '0.10.1'.freeze
end end