Skip to content

Commit

Permalink
docs: release v2.0.6 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Feb 27, 2023
1 parent f0dd580 commit a4cdccd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitbook/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ please clone the `panacea-core` project and build it.

```bash
# Make sure to checkout the correct branch.
git clone -b v2.0.5 https://github.com/medibloc/panacea-core
git clone -b v2.0.6 https://github.com/medibloc/panacea-core
cd panacea-core
make install # All binaries are installed in $GOPATH/bin
```

Verify that the `panacead` binary is installed successfully.
```bash
$ panacead version
2.0.5
2.0.6
```

## Import `panacea-core` as a Go dependency
Expand All @@ -36,10 +36,9 @@ module your.com/yours
go 1.19
replace (
github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
github.com/cosmos/cosmos-sdk => github.com/medibloc/cosmos-sdk v0.45.9-panacea.1
github.com/cosmos/ledger-go => github.com/cosmos/ledger-go v0.9.3
github.com/cosmos/cosmos-sdk => github.com/medibloc/cosmos-sdk v0.45.12-panacea.1
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/tendermint => github.com/informalsystems/tendermint v0.34.24
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
```
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## Unreleased

TDB


## [v2.0.6](https://github.com/medibloc/panacea-core/releases/tag/v2.0.6) - 2023-02-27

### Improvements

- [\#635](https://github.com/medibloc/panacea-core/pull/635) feat: upgrade ibc-go from v2 to v4.3.0 (with cosmos-sdk v0.45.12 and informalsystems/tendermint v0.34.24)
- [\#640](https://github.com/medibloc/panacea-core/pull/640) feat: remove CosmWasm


## [v2.0.5](https://github.com/medibloc/panacea-core/releases/tag/v2.0.5) - 2022-10-19
Expand Down

0 comments on commit a4cdccd

Please sign in to comment.