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]]