From 20133da493b2a95038f6dfc384387611103b3c15 Mon Sep 17 00:00:00 2001 From: prolane Date: Thu, 15 Nov 2018 22:11:49 +0100 Subject: [PATCH] Updated manifest and changelog for v2.5 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- options/changelog.html | 8 ++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50a943..8070425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2018-nov-15 (v2.5) +* Implements CRLF as newlines in the credentials file when the client is on Windows. Fixes [#21](https://github.com/prolane/samltoawsstskeys/issues/21) +* Removes unnecessary spaces prior the newlines in credentials file. Fixes [#14](https://github.com/prolane/samltoawsstskeys/issues/14) + ## 2018-aug-2 (v2.4) * Bug fix for users with one IAM role in the SAML claim. Bug was introduced with release 2.1, but according to user reports only results in an error starting with Chrome release 68. diff --git a/manifest.json b/manifest.json index 6c269ce..b50baeb 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "homepage_url": "https://github.com/prolane/samltoawsstskeys", "name": "SAML to AWS STS Keys Conversion", "description": "Generates file with AWS STS Keys after logging in to AWS webconsole using SSO (SAML 2.0). It leverages 'assumeRoleWithSAML' API.", - "version": "2.4", + "version": "2.5", "icons": { "16": "icons/icon_16.png", "32": "icons/icon_32.png", "48": "icons/icon_48.png", diff --git a/options/changelog.html b/options/changelog.html index 5388c8a..0adb194 100644 --- a/options/changelog.html +++ b/options/changelog.html @@ -20,6 +20,14 @@
+

2018-nov-15
v2.5

+ +
+
+

2018-aug-2
v2.4