diff --git a/.changelog/unreleased/miscellaneous/4123-apps-pre-release.md b/.changelog/v1.0.0/miscellaneous/4123-apps-pre-release.md similarity index 100% rename from .changelog/unreleased/miscellaneous/4123-apps-pre-release.md rename to .changelog/v1.0.0/miscellaneous/4123-apps-pre-release.md diff --git a/.changelog/v1.0.0/summary.md b/.changelog/v1.0.0/summary.md new file mode 100644 index 0000000000..01bd8ad528 --- /dev/null +++ b/.changelog/v1.0.0/summary.md @@ -0,0 +1,2 @@ +Namada v1.0.0 is the first stable release of the Namada apps. + diff --git a/CHANGELOG.md b/CHANGELOG.md index feedb925c7..53af5c0fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v1.0.0 + +Namada v1.0.0 is the first stable release of the Namada apps. + +### MISCELLANEOUS + +- updated namada libraries to libs-v0.46.1 + ([\#4123](https://github.com/anoma/namada/pull/4123)) + ## libs-v0.46.1 Namada 0.46.1 is a libaries patch release containing couple improvements and a bug fix in preparetion for a stable apps release. diff --git a/Cargo.lock b/Cargo.lock index f2f0faadd9..fc3d958c4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4731,7 +4731,7 @@ dependencies = [ [[package]] name = "namada_apps" -version = "0.46.0" +version = "1.0.0" dependencies = [ "clap_complete", "clap_complete_nushell", diff --git a/crates/apps/Cargo.toml b/crates/apps/Cargo.toml index c8b8fb6136..0f68cfe65f 100644 --- a/crates/apps/Cargo.toml +++ b/crates/apps/Cargo.toml @@ -11,7 +11,7 @@ keywords.workspace = true license.workspace = true readme.workspace = true repository.workspace = true -version = "0.46.0" +version = "1.0.0" # Namada CLI that aggregates some common commands for the node and the client [[bin]]