diff --git a/CHANGELOG.md b/CHANGELOG.md index 7228801..08f7564 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.2](https://github.com/lorow/OpenIris/compare/v1.10.1...v1.10.2) (2023-03-11) + + +### 🐛 Bug Fixes + +* bug in customname ([fea596e](https://github.com/lorow/OpenIris/commit/fea596e529b0f93ee40791ae507d8f5415acbee7)) + ## [1.10.1](https://github.com/lorow/OpenIris/compare/v1.10.0...v1.10.1) (2023-03-09) diff --git a/ESP/lib/library.json b/ESP/lib/library.json index 16a7abe..da35c01 100644 --- a/ESP/lib/library.json +++ b/ESP/lib/library.json @@ -20,7 +20,7 @@ "include": "/lib/src" }, "dependencies": {}, - "version": "1.10.1", + "version": "1.10.2", "frameworks": "arduino", "platforms": "espressif32" }