diff --git a/Cargo.lock b/Cargo.lock index 8d9aad9..f9042d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9236,7 +9236,7 @@ dependencies = [ [[package]] name = "tinycloud-node" -version = "1.4.1" +version = "1.4.2" dependencies = [ "anyhow", "aws-config", diff --git a/tinycloud-node-server/CHANGELOG.md b/tinycloud-node-server/CHANGELOG.md index 8dcfd29..671be2c 100644 --- a/tinycloud-node-server/CHANGELOG.md +++ b/tinycloud-node-server/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.2](https://github.com/TinyCloudLabs/tinycloud-node/compare/v1.4.1...v1.4.2) - 2026-06-08 + +### Fixed + +- canonicalize PKH DID addresses ([#71](https://github.com/TinyCloudLabs/tinycloud-node/pull/71)) +- vendor OpenSSL for aarch64 release builds ([#72](https://github.com/TinyCloudLabs/tinycloud-node/pull/72)) + +### Other + +- align owner DID terminology ([#69](https://github.com/TinyCloudLabs/tinycloud-node/pull/69)) +- hard migrate encryption owner did column ([#70](https://github.com/TinyCloudLabs/tinycloud-node/pull/70)) + ## [1.4.1](https://github.com/TinyCloudLabs/tinycloud-node/compare/v1.4.0...v1.4.1) - 2026-06-05 ### Other diff --git a/tinycloud-node-server/Cargo.toml b/tinycloud-node-server/Cargo.toml index db09365..a040ce3 100644 --- a/tinycloud-node-server/Cargo.toml +++ b/tinycloud-node-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinycloud-node" -version = "1.4.1" +version = "1.4.2" authors = ["TinyCloud Protocol"] edition = "2021" description = "TinyCloud Protocol Node"