From dafc1327a88015d48f840e5787bb2a33e0fb2043 Mon Sep 17 00:00:00 2001 From: prolane Date: Thu, 7 Feb 2019 22:21:41 +0100 Subject: [PATCH] Version 2.6 --- CHANGELOG.md | 3 +++ manifest.json | 2 +- options/changelog.html | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8070425..0aec9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2019-feb-7 (v2.6) +* Adds the option to enable debug logs + ## 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) diff --git a/manifest.json b/manifest.json index b50baeb..12ff8e8 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.5", + "version": "2.6", "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 0adb194..7bf9611 100644 --- a/options/changelog.html +++ b/options/changelog.html @@ -20,6 +20,13 @@
+

2019-feb-7
v2.6

+ +
+
+

2018-nov-15
v2.5