From e524374937158574366f861e1fc65e12ededdd67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Jun 2023 14:38:05 +0000 Subject: [PATCH] chore(minor): 4.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.2.0](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v4.1.2...v4.2.0) (2023-06-22) ### 🍕 Features * add compatibility with esp_web_server.h ([ade38aa](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/ade38aa6e7c917e5749ff8e99aa675976fb0fa12)) --- CHANGELOG.md | 7 +++++++ NetworkManager/library.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c835a..291471b 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 +## [4.2.0](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v4.1.2...v4.2.0) (2023-06-22) + + +### 🍕 Features + +* add compatibility with esp_web_server.h ([ade38aa](https://github.com/ZanzyTHEbar/EasyNetworkManager/commit/ade38aa6e7c917e5749ff8e99aa675976fb0fa12)) + ## [4.1.2](https://github.com/ZanzyTHEbar/EasyNetworkManager/compare/v4.1.1...v4.1.2) (2023-06-22) diff --git a/NetworkManager/library.json b/NetworkManager/library.json index 1490d8f..a4981ee 100644 --- a/NetworkManager/library.json +++ b/NetworkManager/library.json @@ -62,7 +62,7 @@ "include/*" ] }, - "version": "4.1.2", + "version": "4.2.0", "frameworks": "arduino", "platforms": [ "espressif32",