summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbashtop2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17442f4..df9316d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.9.16
+
+* Fixed: Errors in v0.9.15 psutil disk collection fix
+* Added: Additional graph creation error checks
+
## v0.9.15
* Fixed: Psutil error on disk collection now fallback to df and iostat
diff --git a/bashtop b/bashtop
index dfeffd9..977ba04 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.15"
+declare version="0.9.16"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop