From 4c7820ed996f7614c61b4c9ecca60f0cd43a8e90 Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Mon, 1 Oct 2018 11:14:22 -0700 Subject: [PATCH] Update changelog version in preparation for release This commit updates the version in changelog in preparation for a release. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5140ca8..66627ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ The format is based on Tracking in this Changelog began for this project with the tagging of version 0.1.0. If you're looking for changes from before this, refer to the project's git logs & PR history. +# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.2.2...master) -# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.2.1...master) +# [0.2.2](https://github.com/puppetlabs/vmpooler/compare/0.2.1...0.2.2) ### Fixed - Return label used to request VMs when fulfilling VM requests (POOLER-131)