diff --git a/AWS.SAML.psd1 b/AWS.SAML.psd1 index 16bf9a0..b9f2e56 100644 --- a/AWS.SAML.psd1 +++ b/AWS.SAML.psd1 @@ -12,7 +12,7 @@ RootModule = 'AWS.SAML.psm1' # Version number of this module. - ModuleVersion = '1.6.0' + ModuleVersion = '1.7.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="3.0.0"; Guid="a3bdb8c3-c150-48a8-b56d-cd4d43f46a26"}, - @{ModuleName="AWS.Tools.SecurityToken"; ModuleVersion="4.0.2.0"; Guid="b760f2e8-291f-4df4-bd69-3a615b47c8d4"} + @{ModuleName="Selenium"; ModuleVersion="3.0.1"; Guid="a3bdb8c3-c150-48a8-b56d-cd4d43f46a26"}, + @{ModuleName="AWS.Tools.SecurityToken"; ModuleVersion="4.1.7.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 37065b4..c6a3572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ *These will be removed in the next major release* - N/A +1.7.0 +----- +- Updated dependencies + 1.6.0 ----- - Allowing SAML Login Initiation URL to be passed to Update-AWSSAMLLogin cmdlet