diff --git a/CHANGELOG.md b/CHANGELOG.md index d32021f..8df22e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ > Any trouble, please visit the [troubleshooting page](https://github.com/diogocavilha/fancy-git/blob/master/TROUBLESHOOTING.md) +## v7.5.3 +- Fix 4 stuck characters when navigating through history commands. +- Fix prompt color leak for default theme. +- Fix human theme double space after notification area. + ## v7.5.2 - Improve human dracula color-scheme branch color. diff --git a/version.sh b/version.sh index d4d1658..c71a960 100644 --- a/version.sh +++ b/version.sh @@ -3,4 +3,4 @@ # Author: Diogo Alexsander Cavilha # Date: 11.17.2017 -export FANCYGIT_VERSION="7.5.2" +export FANCYGIT_VERSION="7.5.3"