Skip to content

Commit

Permalink
🔖 Bumped to V 1.5.1 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Aug 4, 2021
1 parent 81fdfd1 commit 86a04c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 🩹 1.5.1 - UI Quick Fix [PR #116](https://github.com/Lissy93/dashy/pull/116)
- Fixes #115 - Some longer languages (e.g. French) cause text to break to the next line

## 🔒 1.5.0 - Improve Robustness of Auth [PR #113](https://github.com/Lissy93/dashy/pull/113)
- Use both username + password for generating token, so that a change in either will log the user out
- Prevent privilege escalation by disallowing a user from modifying their user type through the UI
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"main": "server",
"scripts": {
Expand Down

0 comments on commit 86a04c9

Please sign in to comment.