Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkram committed Jan 14, 2021
1 parent 9e62b8b commit 43dd82d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AWS.SAML.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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 = @()
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43dd82d

Please sign in to comment.