diff --git a/CHANGELOG.md b/CHANGELOG.md index 0193158..d07071b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.4.1] - 2017-12-04 +### Fixed +- Segmentation fault when trying to recover the PIN with `-m7-enc` and other options @rofl0r @binarymaster. + ## [1.4.0] - 2017-12-04 ### Added - Multi-threading support @rofl0r. diff --git a/src/version.h b/src/version.h index 36f6070..5e21011 100644 --- a/src/version.h +++ b/src/version.h @@ -18,6 +18,6 @@ #define VERSION_H #define SHORT_VERSION "1.4" -#define LONG_VERSION "1.4.0" +#define LONG_VERSION "1.4.1" #endif /* VERSION_H */ diff --git a/version.mk b/version.mk index 910eb13..d49312e 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ PKG_NAME:=pixiewps PKG_VERSION:=1.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0+