Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tilfin committed Oct 27, 2024
1 parent 46e99e8 commit b1711a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 5.0.2 (2024/10/27)

- Fix to highlight the relevant part when validation fails in the configuration textarea (thanks to @brandonkgarner)
- Fix **Show only matching roles** when target role ARN has a path (thanks to @dblackhall-tyro)

## 5.0.1 (2024/04/07)

- Add support for remote retrieval of user configurations through [AESR Config Hub](https://aesr.dev/)
Expand Down
8 changes: 7 additions & 1 deletion src/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ <h3>'Sign-in endpoint in current region' setting (Experimental, Supporters only)

<hr style="margin:18px 0">

<h2>5.0.1 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<h2>5.0.2 <span style="margin-left:0.75em; color:rgb(221, 63, 0)">New version!</span></h2>
<ul>
<li>Fix to highlight the relevant part when validation fails in the configuration textarea</li>
<li>Fix <b>Show only matching roles</b> when target role ARN has a path</li>
</ul>

<h2>5.0.1</h2>
<ul>
<li>Add support for remote retrieval of user configurations through <a href="https://aesr.dev/" target="_blank"><b>AESR Config Hub</b></a>, facilitating dynamic configuration management.</li>
</ul>
Expand Down

0 comments on commit b1711a3

Please sign in to comment.