Skip to content

Commit

Permalink
docs: v10.0.2 - update changelog and release notes (#2632)
Browse files Browse the repository at this point in the history
* unclog build > CHANGELOG.md

* changelog and release notes

* add #2627 to CHANGELOG

* Update CHANGELOG.md

---------

Co-authored-by: yaruwangway <[email protected]>
  • Loading branch information
mpoke and yaruwangway authored Jul 3, 2023
1 parent cd033eb commit ae9a82f
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/10.0.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*June 29, 2023*

This release bumps several dependencies and enables extra queries.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## 10.0.2

*June 29, 2023*

This release bumps several dependencies and enables extra queries.

### DEPENDENCIES

- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v4.4.2](https://github.com/cosmos/ibc-go/releases/tag/v4.4.2)
([\#2554](https://github.com/cosmos/gaia/pull/2554))
- Bump [CometBFT](https://github.com/cometbft/cometbft) to
[v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29)
([\#2594](https://github.com/cosmos/gaia/pull/2594))

### FEATURES

- Register NodeService to enable query /cosmos/base/node/v1beta1/config
gRPC query to disclose node operator's configured minimum-gas-price.
([\#2629](https://github.com/cosmos/gaia/issues/2629))

## [v10.0.1] 2023-05-25

* (deps) [#2543](https://github.com/cosmos/gaia/pull/2543) Bump [ibc-go](https://github.com/cosmos/ibc-go) to [v4.4.1](https://github.com/cosmos/ibc-go/releases/tag/v4.4.1).
Expand Down
17 changes: 17 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Gaia v10.0.2 Release Notes

## 📝 Changelog

Check out the [changelog](https://github.com/cosmos/gaia/blob/v10.0.2/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/cosmos-sdk/compare/release/v10.0.1...v10.0.2) from last release.

## 🔨 Build from source

```bash
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v10.0.2
make install
```

## ⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.

0 comments on commit ae9a82f

Please sign in to comment.