diff --git a/Cargo.lock b/Cargo.lock index e7efbb0..fc0e258 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6664,7 +6664,7 @@ dependencies = [ [[package]] name = "zingo_common_components" -version = "0.2.0" +version = "0.3.0" [[package]] name = "zip32" diff --git a/zingo_common_components/CHANGELOG.md b/zingo_common_components/CHANGELOG.md index ada2f4f..a0c5f40 100644 --- a/zingo_common_components/CHANGELOG.md +++ b/zingo_common_components/CHANGELOG.md @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +## [0.3.0] 2026-02-26 + +### Deprecated + +### Added + - `protocol::NetworkType`: replaces zebra-chain `NetworkKind` type. - `protocol::ActivationHeights`: replaces zebra-chain `ConfiguredActivationHeights` type. - `protocol::ActivationHeightsBuilder`