diff --git a/Changelog b/Changelog index 182485c..e496a86 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ +2018-02-13 version 0.7.5 +- FIX: ocat --list now works also on file systems which don't support dtype (xfs) + 2018-02-12 version 0.7.4 - FIX: fpm-make for Debian to pull in correct libsodium package (thanks @juzam!) diff --git a/version.h b/version.h index 8c2762b..b9207eb 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.7.4" +#define VERSION "0.7.5"