diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b79544..79e6b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.2] - 2021-08-03 + +### Fixed + +- Fix minor clang warning + ## [1.4.1] - 2020-09-01 ### Fixed @@ -77,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. -[unreleased]: https://github.com/fredericbonnet/picotest/compare/v1.4.1...HEAD +[unreleased]: https://github.com/fredericbonnet/picotest/compare/v1.4.2...HEAD +[1.4.2]: https://github.com/fredericbonnet/picotest/compare/v1.4.2...v1.4.2 [1.4.1]: https://github.com/fredericbonnet/picotest/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/fredericbonnet/picotest/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/fredericbonnet/picotest/compare/v1.2.1...v1.3.0 diff --git a/include/picotest.h b/include/picotest.h index bc6719b..0cafbd9 100644 --- a/include/picotest.h +++ b/include/picotest.h @@ -75,10 +75,10 @@ * \{ */ -#define PICOTEST_VERSION "1.4.1" +#define PICOTEST_VERSION "1.4.2" #define PICOTEST_VERSION_MAJOR 1 #define PICOTEST_VERSION_MINOR 4 -#define PICOTEST_VERSION_PATCH 1 +#define PICOTEST_VERSION_PATCH 2 /*! \} End of Version */