diff --git a/CHANGELOG.md b/CHANGELOG.md index 677c8a3..742eb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) > All notable changes to this project will be documented in this file +## [1.0.7](https://github.com/lorow/OpenIris/compare/v1.0.6...v1.0.7) (2023-03-21) + + +### 🧑‍💻 Code Refactoring + +* minor refactor just to trigger action ([50168a8](https://github.com/lorow/OpenIris/commit/50168a824b66571cf1842df6ea88ddb34d8fc94b)) + ## [1.0.6](https://github.com/lorow/OpenIris/compare/v1.0.5...v1.0.6) (2023-03-21) diff --git a/ESP/ini/dev_config.ini b/ESP/ini/dev_config.ini index 801d324..1559e3b 100644 --- a/ESP/ini/dev_config.ini +++ b/ESP/ini/dev_config.ini @@ -5,7 +5,7 @@ platform = espressif32 framework = arduino monitor_speed = 115200 -custom_firmware_version = 1.0.6 +custom_firmware_version = 1.0.7 monitor_rts = 0 monitor_dtr = 0 monitor_filters = diff --git a/ESP/lib/library.json b/ESP/lib/library.json index a9450e0..9c9ee22 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "1.0.6", + "version": "1.0.7", "frameworks": "arduino", "platforms": "espressif32" }