chore(minor): 1.9.0 [skip ci]

## [1.9.0](https://github.com/lorow/OpenIris/compare/v1.8.0...v1.9.0) (2023-02-27)

### 🍕 Features

* add DELETE method to wifi endpoint ([de3ab8b](de3ab8b4f5))
This commit is contained in:
semantic-release-bot 2023-02-27 15:41:27 +00:00
parent de3ab8b4f5
commit 1313a96da8
2 changed files with 8 additions and 1 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.9.0](https://github.com/lorow/OpenIris/compare/v1.8.0...v1.9.0) (2023-02-27)
### 🍕 Features
* add DELETE method to wifi endpoint ([de3ab8b](https://github.com/lorow/OpenIris/commit/de3ab8b4f53aac624a0340c79e64491c7e595c9e))
## [1.8.0](https://github.com/lorow/OpenIris/compare/v1.7.0...v1.8.0) (2023-02-27)

View File

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