diff --git a/changelog.txt b/changelog.txt index d936fac6..7dab5eab 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,9 @@ -★ Release Notes: 2020-05-20 ★ +★ Release Notes: 2020-06-17 ★ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ Thanks for upgrading to the latest version of the ALKS CLI! -→ Updated README.md to include `-o` and `-u` documentation -→ Normalized the "expires" field when working with sessions +→ [BUGFIX] Corrects an issue where the ALKS sessions command would return expired keys → Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues diff --git a/package.json b/package.json index cc9391b0..4cccc644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alks", - "version": "3.0.8", + "version": "3.0.9", "description": "CLI for working with ALKS", "main": "bin/alks", "scripts": {