Skip to content

Commit

Permalink
chore: release v0.19.2 (#1969)
Browse files Browse the repository at this point in the history
chore: release v0.19.2
  • Loading branch information
ilgooz authored Jan 19, 2022
2 parents bb74281 + efbe914 commit 5292fa1
Show file tree
Hide file tree
Showing 58 changed files with 2,412 additions and 858 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ jobs:
go-version: 1.16
- run: ./scripts/test-unit
if: env.GIT_DIFF

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ License: Apache2.0
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
25 changes: 24 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog

## Unreleased
## [`v0.19.2`](https://github.com/tendermint/starport/milestone/14)

### Fixes:

- Fixed race condition during faucet transfer.
- Fixed account sequence mistmatch issue on faucet and relayer.
- Fixed templates for IBC code scaffolding.

### Features:

- Upgraded templates to use IBC v2.0.2.

### Breaking Changes:

- Deprecated `tendermint/spm` and moved its content to this repo under `pkg/`.
- Updated faucet's HTTP API schema, see changes on the API from [here](https://github.com/tendermint/starport/pull/1974/files#diff-0e157f4f60d6fbd95e695764df176c8978d85f1df61475fbfa30edef62fe35cd).

## `v0.19.1`

### Fixes:

- Enabled `scaffold flutter` cmd.

## `v0.19.0`

### Features:

Expand Down
Loading

0 comments on commit 5292fa1

Please sign in to comment.