chore(minor): 1.1.0 [skip ci]

## [1.1.0](https://github.com/lorow/OpenIris/compare/v1.0.9...v1.1.0) (2023-03-24)

### 🍕 Features

* Initial implementation of Elegant OTA with support for API server ([#41](https://github.com/lorow/OpenIris/issues/41)) ([58989b4](58989b4567))
This commit is contained in:
semantic-release-bot 2023-03-24 21:32:51 +00:00
parent 58989b4567
commit 9b392ccc4d
3 changed files with 9 additions and 2 deletions

View File

@ -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.1.0](https://github.com/lorow/OpenIris/compare/v1.0.9...v1.1.0) (2023-03-24)
### 🍕 Features
* Initial implementation of Elegant OTA with support for API server ([#41](https://github.com/lorow/OpenIris/issues/41)) ([58989b4](https://github.com/lorow/OpenIris/commit/58989b45672695ef72088ea1118522f606b6abf2))
## [1.0.9](https://github.com/lorow/OpenIris/compare/v1.0.8...v1.0.9) (2023-03-21)

View File

@ -5,7 +5,7 @@
platform = espressif32
framework = arduino
monitor_speed = 115200
custom_firmware_version = 1.0.9
custom_firmware_version = 1.1.0
monitor_rts = 0
monitor_dtr = 0
monitor_filters =

View File

@ -20,7 +20,7 @@
"include": "/lib/src"
},
"dependencies": {},
"version": "1.0.9",
"version": "1.1.0",
"frameworks": "arduino",
"platforms": "espressif32"
}