diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cd832..98dfe53 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.9](https://github.com/lorow/OpenIris/compare/v1.0.8...v1.0.9) (2023-03-21) + + +### 🐛 Bug Fixes + +* revert previous changes ([b0aec4c](https://github.com/lorow/OpenIris/commit/b0aec4c09f9fa06dae26b9e341e7e3110f5f658b)) + ## [1.0.8](https://github.com/lorow/OpenIris/compare/v1.0.7...v1.0.8) (2023-03-21) diff --git a/ESP/ini/dev_config.ini b/ESP/ini/dev_config.ini index 9721a63..5f6d811 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.8 +custom_firmware_version = 1.0.9 monitor_rts = 0 monitor_dtr = 0 monitor_filters = diff --git a/ESP/lib/library.json b/ESP/lib/library.json index 6b91c7e..4fd159e 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "1.0.8", + "version": "1.0.9", "frameworks": "arduino", "platforms": "espressif32" }