diff --git a/CHANGELOG.md b/CHANGELOG.md index cf54005..3e00616 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.10.0](https://github.com/lorow/OpenIris/compare/v1.9.4...v1.10.0) (2023-03-09) + + +### 🍕 Features + +* add esp32s3 support ([3eeae18](https://github.com/lorow/OpenIris/commit/3eeae182ee8f85785724aac4177df1ea12c2e407)) + ## [1.9.4](https://github.com/lorow/OpenIris/compare/v1.9.3...v1.9.4) (2023-03-05) diff --git a/ESP/lib/library.json b/ESP/lib/library.json index a2c3d15..b8c7344 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "1.9.4", + "version": "1.10.0", "frameworks": "arduino", "platforms": "espressif32" }