From 8f2a1ee0822700af8f00df3c484cd4c1d21bdd14 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 28 Nov 2018 15:22:10 -0600 Subject: [PATCH] Update the changelog. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9409c8d..474e28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 2.2.2 - November 28, 2018 + +### Fixed + +* Fixed an issue with generating the self-signed certificate for HTTPS support when there are `extra_hostnames` in the Vagrantfile + +### Added + +* On provisioning, the git user name and email are now copied from the host into the `.gitconfig` on the VM + +### Updating from 2.2.1 or 2.2.0 + +* This update does **not** require destroying your current vagrant box. +* After updating a project to 2.2.2, run `vagrant reload --provision` + + ## 2.2.1 - August 14, 2018 ### Fixed