Skip to content

Commit

Permalink
resetting v6.0.x to have parity with v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Mar 3, 2022
2 parents 2f62527 + 8f5dd75 commit 246a8b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v6.0.1] - 2022-02-11
## [v6.0.3] - 2021-02-18
* This is a reverted release that is the same as v6.0.0

* (gaia) Bump [Liquidity](https://github.com/gravity-devs/liquidity) module to [v1.4.4](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.4.4).
* (gaia) Bump [IBC](https://github.com/cosmos/ibc-go) module to [2.0.3](https://github.com/cosmos/ibc-go/releases/tag/v2.0.3).
* (gaia) [#1230](https://github.com/cosmos/gaia/pull/1230) Fix: update gRPC Web Configuration in `contrib/testnets/test_platform`.
* (gaia) [#1135](https://github.com/cosmos/gaia/pull/1135) Fix rocksdb build tag usage.
* (gaia) [#1160](https://github.com/cosmos/gaia/pull/1160) Improvement: update state sync configs.
* (gaia) [#1208](https://github.com/cosmos/gaia/pull/1208) Update statesync.bash.
## [v6.0.2] - 2021-02-17
* Unusable release

## [v6.0.1] - 2021-11-24
* Unusable release

## [v6.0.0] - 2021-11-24

Expand Down Expand Up @@ -389,7 +389,9 @@ See the [Tendermint v0.34.7 SDK changelog](https://github.com/tendermint/tenderm

<!-- Release links -->

[Unreleased]: https://github.com/cosmos/gaia/compare/v6.0.1...HEAD
[Unreleased]: https://github.com/cosmos/gaia/compare/v6.0.3...HEAD
[v6.0.3]: https://github.com/cosmos/gaia/releases/tag/v6.0.3
[v6.0.2]: https://github.com/cosmos/gaia/releases/tag/v6.0.2
[v6.0.1]: https://github.com/cosmos/gaia/releases/tag/v6.0.1
[v6.0.0]: https://github.com/cosmos/gaia/releases/tag/v6.0.0
[v5.0.7]: https://github.com/cosmos/gaia/releases/tag/v5.0.7
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ build-reproducible: go.sum
--env VERSION=$(VERSION) \
--env COMMIT=$(COMMIT) \
--env LEDGER_ENABLED=$(LEDGER_ENABLED) \
--name latest-build cosmossdk/rbuilder:latest
--name latest-build tendermintdev/rbuilder:latest
$(DOCKER) cp -a latest-build:/home/builder/artifacts/ $(CURDIR)/

build-linux: go.sum
Expand Down

0 comments on commit 246a8b3

Please sign in to comment.