Skip to content

Commit

Permalink
Updated manifest and changelog for v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prolane committed Nov 15, 2018
1 parent 8219db0 commit 20133da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions options/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<hr>

<div id="divChangelog">
<h3>2018-nov-15<br>v2.5</h3>
<ul>
<li>Implements CRLF as newlines in the credentials file when the client is on Windows. Fixes <a href="https://github.com/prolane/samltoawsstskeys/issues/21" target="_blank">#21</a></li>
<li>Removes unnecessary spaces prior the newlines in credentials file. Fixes <a href="https://github.com/prolane/samltoawsstskeys/issues/14" target="_blank">#14</a></li>
</ul>
<br />
<br />

<h3>2018-aug-2<br>v2.4</h3>
<ul>
<li>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.</li>
Expand Down

0 comments on commit 20133da

Please sign in to comment.