From 48de52e2e80f62ba10c0079795add483016188a6 Mon Sep 17 00:00:00 2001 From: Mark Studer Date: Sun, 19 Jan 2020 15:10:07 -0700 Subject: [PATCH] Version 1.0.0 --- AWS.SAML.psd1 | 6 +++--- CHANGELOG.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AWS.SAML.psd1 b/AWS.SAML.psd1 index 0eb41cb..5e62039 100644 --- a/AWS.SAML.psd1 +++ b/AWS.SAML.psd1 @@ -12,7 +12,7 @@ RootModule = 'AWS.SAML.psm1' # Version number of this module. - ModuleVersion = '0.9.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @('Desktop', 'Core') @@ -52,8 +52,8 @@ # Modules that must be imported into the global environment prior to importing this module RequiredModules = @( - @{ModuleName="Selenium"; ModuleVersion="2.1"; Guid="a3bdb8c3-c150-48a8-b56d-cd4d43f46a26"}, - @{ModuleName="AWS.Tools.SecurityToken"; ModuleVersion="3.3.563.1"; Guid="b760f2e8-291f-4df4-bd69-3a615b47c8d4"} + @{ModuleName="Selenium"; ModuleVersion="2.3.1"; Guid="a3bdb8c3-c150-48a8-b56d-cd4d43f46a26"}, + @{ModuleName="AWS.Tools.SecurityToken"; ModuleVersion="4.0.2.0"; Guid="b760f2e8-291f-4df4-bd69-3a615b47c8d4"} ) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @() diff --git a/CHANGELOG.md b/CHANGELOG.md index 880ae7d..c80b986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ *These will be removed in the next major release* - N/A +1.0.0 +----- +- Bumping Selenium module to version 2.3.1 +- Bumping AWS.Tools.SecurityToken to version 4.0.2.0 + 0.9.0 ----- - Requiring version 6+ of powershell. All testing is happening on version 6+ and a few issues have been found when using version 5.