diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 063a2b57..80e5f0cb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,13 +2,16 @@ ## Summary -This is a small release to allow for easier interoperability between different APIs. + ## Upgrading -- Some minimum dependency versions are bumped, so you might need to update your dependencies as well. -- The IDs (`MicrogridId`, `ComponentId`, `SensorId`) are now imported from `frequenz-client-common`. Please add it to your dependencies if you haven't already, then you can replace your imports: + - * `from frequenz.client.microgrid import MicrogridId` -> `from frequenz.client.common.microgrid import MicrogridId` - * `from frequenz.client.microgrid import ComponentId` -> `from frequenz.client.common.microgrid.components import ComponentId` - * `from frequenz.client.microgrid import SensorId` -> `from frequenz.client.common.microgrid.sensors import SensorId` +## New Features + + + +## Bug Fixes + +