diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f4a06..eecd1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ Change Log ========== +Version 2.0.1 *(2022-07-17)* +---------------------------- + +- Added `--camera` option. +- Fixed `--version` option. + Version 2.0.0 *(2022-07-07)* ---------------------------- -- Built with libcamera +- Built with libcamera. - Stopped using legacy camera libraries (OpenMAX IL and MMAL). - Added support for higher video resolutions up to 1920x1080 at 30 fps. - Changed the default values for the following options: diff --git a/picam_option/picam_option.hpp b/picam_option/picam_option.hpp index 6b88d46..69e2c58 100644 --- a/picam_option/picam_option.hpp +++ b/picam_option/picam_option.hpp @@ -11,7 +11,7 @@ extern "C" { #include "text/text.h" #define PROGRAM_NAME "picam" -#define PROGRAM_VERSION "2.0.0" +#define PROGRAM_VERSION "2.0.1" typedef struct white_balance_option { const char *name;