diff --git a/changelog.txt b/changelog.txt index 8fd9b0ef..57e8dc5e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,10 @@ -★ Release Notes: 2019-12-19 ★ +★ Release Notes: 2020-02-12 ★ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ Thanks for upgrading to the latest version of the ALKS CLI! -→ Updates the ALKS refresh token URL (developer login2fa) -→ Adds support for exporting the AWS Console URL (session console -u) -→ Fixes a bug with netrc on Linux +→ Adds support for exporting credentials to the AWS CLI +→ Fixes a minor bug with createtrustrole → Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues diff --git a/package.json b/package.json index b526602f..231ee4ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.0.4", + "version": "3.0.5", "description": "CLI for working with ALKS", "main": "bin/alks", "scripts": {