diff --git a/CHANGELOG.md b/CHANGELOG.md index e19888064..09d1a6a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.7.0 (TBD) +## 0.7.0 (2025-01-28) ### Features diff --git a/README.md b/README.md index 39e09ac67..ff4c7f312 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The Miden client is still under heavy development and the project can be conside The Miden client currently consists of two components: - `miden-client` library, which can be used by other project to programmatically interact with the Miden rollup. You can find more information about the library in the [Rust client Library](./crates/rust-client/README.md) section. -- _Miden CLI_, which is a wrapper around the library exposing its functionality via a simple command-line interface (CLI). You can find more information about the CLI in the [Miden client CLI](./bin/miden-cli/README.md) section. +- `miden-cli`, which is a wrapper around the library exposing its functionality via a simple command-line interface (CLI). You can find more information about the CLI in the [Miden client CLI](./bin/miden-cli/README.md) section. The client's main responsibility is to maintain a partial view of the blockchain which allows for locally executing and proving transactions. It keeps a local store of various entities that periodically get updated by syncing with the node.