diff --git a/changelog b/changelog index 83bbd84..a93f9c4 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +2021-11-22 François Degros + + * Released mount-zip 1.0.1: + - No functional change + - Minor code refactoring + - Add FileMapping and IcuGuard classes + 2021-11-20 François Degros * Released mount-zip 1.0.0: diff --git a/config.h b/config.h index 773e825..d92e911 100644 --- a/config.h +++ b/config.h @@ -19,6 +19,6 @@ #define FUSE_USE_VERSION 27 #define PROGRAM "mount-zip" -#define VERSION "1.0.0" +#define VERSION "1.0.1" #endif