Skip to content

Commit 1e00b65

Browse files
committed
add v27.0.0 to changelog
1 parent d701cdc commit 1e00b65

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# CHANGELOG
22

3-
## UNRELEASED
3+
## v27.0.0
4+
5+
*February 20, 2026*
46

57
### FEATURES
68

79
- Add stake validation to vote messages from interchain accounts ([#3957](https://github.com/cosmos/gaia/pull/3957))
810
- Add provider ante handler to disable the creation of new consumer chains ([#3959](https://github.com/cosmos/gaia/pull/3959))
911
- Add a gas surcharge to multi-send messages to mitigate spam ([#3961](https://github.com/cosmos/gaia/pull/3961))
1012

11-
### BUG-FIXES
12-
13-
### DEPENDENCIES
1413

1514
## v26.0.0
1615

UPGRADING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A governance gated upgrade occurs when an upgrade plan goes on chain through a s
1818
2. Wait for the node to stop at the upgrade height.
1919
* The log will display something like this:
2020
```
21-
ERR UPGRADE "v23.0.0" NEEDED at height: <UPGRADE_HEIGHT>: upgrade to v23.0.0 and applying upgrade "v23.0.0" at height:<UPGRADE_HEIGHT>
21+
ERR UPGRADE "v27.0.0" NEEDED at height: <UPGRADE_HEIGHT>: upgrade to v27.0.0 and applying upgrade "v27.0.0" at height:<UPGRADE_HEIGHT>
2222
```
2323
* If the node service remains active, you can stop it now.
2424
3. Replace the binary listed in the unit file with the new release.
@@ -28,17 +28,17 @@ A governance gated upgrade occurs when an upgrade plan goes on chain through a s
2828
2929
1. Build or download the binary for the release you are upgrading to.
3030
2. Create a folder for the new binary in the relevant Cosmovisor directory.
31-
* If the upgrade name is `v23.0.0`, you would place the binary under `<node home>/cosmovisor/upgrades/v23.0.0/bin/gaiad`:
31+
* If the upgrade name is `v27.0.0`, you would place the binary under `<node home>/cosmovisor/upgrades/v27.0.0/bin/gaiad`:
3232
```
3333
.
3434
├── current -> genesis or upgrades/<name>
3535
├── genesis
3636
│ └── bin
37-
│ └── gaiad # old: v22.3.0
37+
│ └── gaiad # old: v26.0.0
3838
└── upgrades
39-
└── v23
39+
└── v27.0.0
4040
└── bin
41-
└── gaiad # new: v23.0.0
41+
└── gaiad # new: v27.0.0
4242
```
4343
3. Verify that Cosmovisor will use the binary you have prepared.
4444
* The Cosmovisor service should have the auto-download feature disabled. A sample Cosmovisor unit file will look like this:

0 commit comments

Comments
 (0)