Skip to content

Commit

Permalink
chore: Release v2.2.1 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuguen authored Jul 1, 2024
1 parent 82b5717 commit c6712e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 154 deletions.
4 changes: 2 additions & 2 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.2.0 https://github.com/medibloc/panacea-core
git clone -b v2.2.1 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.2.0
2.2.1
```

## Import `panacea-core` as a Go dependency
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## [v2.2.1](https://github.com/medibloc/panacea-core/releases/tag/v2.2.1) - 2024-07-01

### Improvements
- [\#700](https://github.com/medibloc/panacea-core/pull/700) feat: Bump cosmos-sdk and ibc-go modules, update gov module's config size

## [v2.2.0](https://github.com/medibloc/panacea-core/releases/tag/v2.2.0) - 2024-03-14
Expand Down
152 changes: 0 additions & 152 deletions app/upgrades.go

This file was deleted.

0 comments on commit c6712e8

Please sign in to comment.