From f5b7bcc9cf185fa723b7fc1b4088dd66ecb94b40 Mon Sep 17 00:00:00 2001 From: Tung Nguyen Date: Fri, 27 Sep 2019 16:57:50 +0000 Subject: [PATCH] 4.5.7 release --- CHANGELOG.md | 3 +++ lib/ufo/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5d4bc8..2bd7eb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0. +## [4.5.7] +- #88 update starter variables template with += example + ## [4.5.6] - fix outgoing egress rule to allow ping diff --git a/lib/ufo/version.rb b/lib/ufo/version.rb index 00e7222c..3585df63 100644 --- a/lib/ufo/version.rb +++ b/lib/ufo/version.rb @@ -1,3 +1,3 @@ module Ufo - VERSION = "4.5.6" + VERSION = "4.5.7" end