From a0cc88cc21656229b5fcab8509be3d6b360204a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Mon, 27 Jan 2025 14:43:48 +0000 Subject: [PATCH] Namada 1.1.0 --- .../miscellaneous/4276-minor-release.md | 0 .changelog/v1.1.0/summary.md | 1 + CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- crates/apps/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) rename .changelog/{unreleased => v1.1.0}/miscellaneous/4276-minor-release.md (100%) create mode 100644 .changelog/v1.1.0/summary.md diff --git a/.changelog/unreleased/miscellaneous/4276-minor-release.md b/.changelog/v1.1.0/miscellaneous/4276-minor-release.md similarity index 100% rename from .changelog/unreleased/miscellaneous/4276-minor-release.md rename to .changelog/v1.1.0/miscellaneous/4276-minor-release.md diff --git a/.changelog/v1.1.0/summary.md b/.changelog/v1.1.0/summary.md new file mode 100644 index 0000000000..a2515fb6f0 --- /dev/null +++ b/.changelog/v1.1.0/summary.md @@ -0,0 +1 @@ +Namada apps v1.1.0 release diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf2c17e59..0a472b6b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v1.1.0 + +Namada apps v1.1.0 release + +### MISCELLANEOUS + +- Updated Namada libraries to lib-v0.47.0 + ([\#4276](https://github.com/anoma/namada/pull/4276)) + ## v1.0.0 Namada v1.0.0 is the first stable release of the Namada apps. diff --git a/Cargo.lock b/Cargo.lock index 0a01b90776..90970e6e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4945,7 +4945,7 @@ dependencies = [ [[package]] name = "namada_apps" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap_complete", "clap_complete_nushell", diff --git a/crates/apps/Cargo.toml b/crates/apps/Cargo.toml index 0f68cfe65f..92a2ff30fa 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 = "1.0.0" +version = "1.1.0" # Namada CLI that aggregates some common commands for the node and the client [[bin]]