diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b48bff..363f50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-05-11 + +### Added +- move core to tui and begin grpc work +- add protos +- update deps +- with basic server + ## [0.1.0] - 2024-05-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2e6493a..b69f174 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ uuid = { version = "1.8.0", features = ["v4"] } tonic = "0.11.0" [workspace.package] -version = "0.1.0" +version = "0.2.0"