From e42ea3b91bb14225d7ccad0d8f76a0bb96855dc5 Mon Sep 17 00:00:00 2001 From: matth-x <63792403+matth-x@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:21:09 +0200 Subject: [PATCH] add changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..066fc9d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [1.0.0] - 2023-10-20 + +_First release._ + +### Changed + +- Adopt Connection interface update +- Adopt Configuration API update (#1) +- Require manual apply for URL changes (#2) +- Adopt build flag prefix change from `MOCPP_` to `MO_` + +## [d7617] - 23-08-23 + +_Previous point with breaking changes on master_ + +Renaming to MicroOcppMongoose is completed since this commit. See the [migration guide](https://matth-x.github.io/MicroOcpp/migration/) for more details on what's changed. Changelogs and semantic versioning are adopted starting with v1.0.0 + +## [0.1.0] - 23-08-20 + +_Last version under the project name ArduinoOcppMongoose_