Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 9b392cc

Browse files
chore(minor): 1.1.0 [skip ci]
## [1.1.0](v1.0.9...v1.1.0) (2023-03-24) ### πŸ• Features * Initial implementation of Elegant OTA with support for API server ([#41](#41)) ([58989b4](58989b4))
1 parent 58989b4 commit 9b392cc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [1.1.0](https://github.com/lorow/OpenIris/compare/v1.0.9...v1.1.0) (2023-03-24)
7+
8+
9+
### πŸ• Features
10+
11+
* 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))
12+
613
## [1.0.9](https://github.com/lorow/OpenIris/compare/v1.0.8...v1.0.9) (2023-03-21)
714

815

β€ŽESP/ini/dev_config.iniβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
platform = espressif32
66
framework = arduino
77
monitor_speed = 115200
8-
custom_firmware_version = 1.0.9
8+
custom_firmware_version = 1.1.0
99
monitor_rts = 0
1010
monitor_dtr = 0
1111
monitor_filters =

β€ŽESP/lib/library.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"include": "/lib/src"
2121
},
2222
"dependencies": {},
23-
"version": "1.0.9",
23+
"version": "1.1.0",
2424
"frameworks": "arduino",
2525
"platforms": "espressif32"
2626
}

0 commit comments

Comments
Β (0)