diff --git a/core/upgrader/api/CHANGELOG.md b/core/upgrader/api/CHANGELOG.md index 38f78fbc6..ef340ed0a 100644 --- a/core/upgrader/api/CHANGELOG.md +++ b/core/upgrader/api/CHANGELOG.md @@ -1,3 +1,12 @@ ## 0.0.2-alpha.0 (2024-05-12) -This was a version bump only for upgrader-api to align it with other projects, there were no code changes. \ No newline at end of file +### 🚀 Features + +- add trigger_upgrade function to enable the station canister to ask the upgrader to upgrade itself + +- add upgrade function to upgrade the station canister + +### ❤️ Thank You + +- rikonor +- Kepler Vital diff --git a/core/upgrader/impl/CHANGELOG.md b/core/upgrader/impl/CHANGELOG.md index de516d705..ef340ed0a 100644 --- a/core/upgrader/impl/CHANGELOG.md +++ b/core/upgrader/impl/CHANGELOG.md @@ -1,3 +1,12 @@ ## 0.0.2-alpha.0 (2024-05-12) -This was a version bump only for upgrader to align it with other projects, there were no code changes. \ No newline at end of file +### 🚀 Features + +- add trigger_upgrade function to enable the station canister to ask the upgrader to upgrade itself + +- add upgrade function to upgrade the station canister + +### ❤️ Thank You + +- rikonor +- Kepler Vital diff --git a/libs/orbit-essentials-macros/CHANGELOG.md b/libs/orbit-essentials-macros/CHANGELOG.md index 83ea5476e..3116aa967 100644 --- a/libs/orbit-essentials-macros/CHANGELOG.md +++ b/libs/orbit-essentials-macros/CHANGELOG.md @@ -1,3 +1,11 @@ ## 0.0.2-alpha.0 (2024-05-12) -This was a version bump only for orbit-essentials-macros to align it with other projects, there were no code changes. \ No newline at end of file +### 🚀 Features + +- storable macro for structs and enums + +- with_middleware macro to guard or tail functions + +### ❤️ Thank You + +- Kepler Vital diff --git a/libs/orbit-essentials/CHANGELOG.md b/libs/orbit-essentials/CHANGELOG.md index a94f713e3..1378214fe 100644 --- a/libs/orbit-essentials/CHANGELOG.md +++ b/libs/orbit-essentials/CHANGELOG.md @@ -3,3 +3,23 @@ ### 🚀 Features - helpers for orbit canisters + +- add metrics registry to canisters + +- add data access traits + +- add fn to optionally deserialize blobs + +- mock ic_cdk for testing + +- cumtom impl random for wasm rng + +- format and parse timestamps to rfc3339 + +- add next_time to emulate time advancement in the same round + +### ❤️ Thank You + +- Kepler Vital +- mraszyk +- rikonor