Skip to content

Commit

Permalink
changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Jun 29, 2023
1 parent aa07b0a commit 3e5a944
Show file tree
Hide file tree
Showing 5 changed files with 35 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.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## 10.0.2

*June 29, 2023*

This release bumps several dependencies.

### 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))

## [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 3e5a944

Please sign in to comment.