diff --git a/CHANGELOG.md b/CHANGELOG.md index 3719a74..18ebdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ This file lists all versions of the repository and precises all changes. +## v1.1.4 + +#### Minor changes : +* Simplified use of Docker image +* Renamed MySQL table name to be more explicit +* Refactoring of the Golang functional tester done +* The output was made more human readable +* Added automatic code quality checks for pull requests +* Added contribution documentation +* Updated dictionaries to add user suggestions for Chinese cameras +* Enhanced `result.json` file's format + +#### Bugfixes : +* Fixed a bug in the functional testing in which if the `result.json` file was not formatted correctly, the test failed but was still considered a success. + ## v1.1.3 #### Minor changes : diff --git a/CMakeLists.txt b/CMakeLists.txt index 178fa71..2948c4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ project (${PROJECT_NAME}) set (${PROJECT_NAME}_VERSION_MAJOR 1) set (${PROJECT_NAME}_VERSION_MINOR 1) -set (${PROJECT_NAME}_VERSION_PATCH 3) +set (${PROJECT_NAME}_VERSION_PATCH 4) set (${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}${${PROJECT_NAME}_SUFFIX}") find_package(Git REQUIRED) diff --git a/deployment/cameradar_1.1.3_Release_Linux.tar.gz b/deployment/cameradar_1.1.3_Release_Linux.tar.gz deleted file mode 100644 index f4e6acb..0000000 Binary files a/deployment/cameradar_1.1.3_Release_Linux.tar.gz and /dev/null differ diff --git a/deployment/cameradar_1.1.4_Release_Linux.tar.gz b/deployment/cameradar_1.1.4_Release_Linux.tar.gz new file mode 100644 index 0000000..380e6af Binary files /dev/null and b/deployment/cameradar_1.1.4_Release_Linux.tar.gz differ