diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e184f9..089b830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [v1.2.0] - 2024-11-03 ### Added - Mongoose v7.13 - v7.15 support ([#11](https://github.com/matth-x/MicroOcppMongoose/pull/11), [#14](https://github.com/matth-x/MicroOcppMongoose/pull/14)) diff --git a/README.md b/README.md index 612b68e..fe6b767 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # MicroOcppMongoose -Mongoose WebSocket adapter for MicroOcpp +Mongoose WebSocket adapter for MicroOCPP ## Dependencies The following projects must be available on the include path: -- [Mongoose Embedded Networking Library v6.14 / v7.8](https://github.com/cesanta/mongoose/tree/76e6b23a4f0261dd534d33632f42ea1bba99dc85): The MicroOcppMongoose adapter works with the amalgamated files `mongoose.h` and `mongoose.c`. You may need to copy them from the Mongoose-repository into the `src` folder of your project. To use the backwards-compatibility mode with v6.14, set the build flag `MO_MG_VERSION_614`. -- [ArduinoJson v6.19.1](https://github.com/bblanchon/ArduinoJson/tree/079ccadbee4100ad0b2d06f11de8c412b95853c1) -- [MicroOcpp](https://github.com/matth-x/MicroOcpp) +- [Mongoose Embedded Networking Library v6.14 / v7.8 / v7.13 - v7.15](https://github.com/cesanta/mongoose/tree/76e6b23a4f0261dd534d33632f42ea1bba99dc85): The MicroOcppMongoose adapter works with the amalgamated files `mongoose.h` and `mongoose.c`. You may need to copy them from the Mongoose-repository into the `src` folder of your project. To configure the Mongoose version in MicroOcppMongoose, set the build flag `MO_MG_USE_VERSION`, e.g. `MO_MG_USE_VERSION=MO_MG_V715`. +- [ArduinoJson v6](https://github.com/bblanchon/ArduinoJson/tree/079ccadbee4100ad0b2d06f11de8c412b95853c1) (no support for v7 yet) +- [MicroOCPP](https://github.com/matth-x/MicroOcpp) The setup is done if the following include statements work: diff --git a/library.json b/library.json index 478464a..9080417 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "MicroOcppMongoose", - "version": "1.1.0", - "description": "Mongoose Adapter for the MicroOcpp Client", - "keywords": "OCPP, 1.6, OCPP 1.6, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, EVSE, Charge Point, Mongoose", + "version": "1.2.0", + "description": "Mongoose Adapter for the MicroOCPP Client", + "keywords": "OCPP, 1.6, OCPP 1.6, OCPP 2.0.1, Smart Energy, Smart Charging, client, ESP8266, ESP32, Arduino, EVSE, Charge Point, Mongoose", "repository": { "type": "git",