Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkram committed Jan 19, 2020
1 parent ccec247 commit 48de52e
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = '0.9.0'
ModuleVersion = '1.0.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="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 = @()
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 48de52e

Please sign in to comment.