Skip to content

Commit a0cc88c

Browse files
committed
Namada 1.1.0
1 parent dd492d8 commit a0cc88c

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed
File renamed without changes.

.changelog/v1.1.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada apps v1.1.0 release

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v1.1.0
4+
5+
Namada apps v1.1.0 release
6+
7+
### MISCELLANEOUS
8+
9+
- Updated Namada libraries to lib-v0.47.0
10+
([\#4276](https://github.com/anoma/namada/pull/4276))
11+
312
## v1.0.0
413

514
Namada v1.0.0 is the first stable release of the Namada apps.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords.workspace = true
1111
license.workspace = true
1212
readme.workspace = true
1313
repository.workspace = true
14-
version = "1.0.0"
14+
version = "1.1.0"
1515

1616
# Namada CLI that aggregates some common commands for the node and the client
1717
[[bin]]

0 commit comments

Comments
 (0)