diff --git a/concordium-std-derive/CHANGELOG.md b/concordium-std-derive/CHANGELOG.md index e0843b4e..99c596da 100644 --- a/concordium-std-derive/CHANGELOG.md +++ b/concordium-std-derive/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased changes +## concordium-std-derive 3.0.0 (2022-05-17) - Add `#[concordium_cfg_not_test]` macro, that excludes parts of code for testing. - Add `derive(Deletable)` macro for deriving the `Deletable` trait. diff --git a/concordium-std/CHANGELOG.md b/concordium-std/CHANGELOG.md index d406a5a2..1b9c8a08 100644 --- a/concordium-std/CHANGELOG.md +++ b/concordium-std/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased changes +## concordium-std 3.0.0 (2022-05-17) - Remove support for v0 smart contracts and add support for v1: - Replace message passing with synchronous calls: - Remove the `Action` type.