From 5fc21a3d7b575dac279fef62bb3c0d8881d57057 Mon Sep 17 00:00:00 2001 From: Alistair Mackay <34012094+fireflycons@users.noreply.github.com> Date: Sat, 1 Feb 2020 16:40:57 +0000 Subject: [PATCH] Bump version and release note --- RELEASENOTES.md | 4 ++++ aws-toolbox/aws-toolbox.psd1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6bcd2b7..1d197ab 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 0.18.0 + +* Enhance `Get-ATEBEnvironmentResourceList` to return temporary infrastructre created during the course of an Immutable Deployment + ## 0.17.3 * Bug fix in `Get-ATIAMSessionCredentials` where a null object reference exception is thrown if converting IAM::User credentials diff --git a/aws-toolbox/aws-toolbox.psd1 b/aws-toolbox/aws-toolbox.psd1 index 153565e..afdaeb1 100644 --- a/aws-toolbox/aws-toolbox.psd1 +++ b/aws-toolbox/aws-toolbox.psd1 @@ -11,7 +11,7 @@ RootModule = 'aws-toolbox.psm1' # Version number of this module. - ModuleVersion = '0.17.3' + ModuleVersion = '0.18.0' # ID used to uniquely identify this module GUID = 'e3c04d58-4e7d-4572-9e81-3b3a93f1a518'