Skip to content

Commit

Permalink
chore: update changelog for v4.0.1 (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue authored and 0Tech committed Jun 26, 2024
1 parent 97a9f68 commit 966498a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,17 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Breaking Changes

### Build, CI

### Docs


## [v4.0.1] - 2024-06-25

### Build, CI
* (build) [\#390](https://github.com/Finschia/finschia/pull/390) Modify the way the binary version is set when compiling (backport #388)
* (build) [\#398](https://github.com/Finschia/finschia/pull/398) Apply Go 1.22, finschia-sdk 0.49.1 and update outdated dependencies (backport #395)

### Docs

## [v4.0.0] - 2024-05-27

Expand Down Expand Up @@ -293,7 +299,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (build) [\#25](https://github.com/Finschia/finschia/pull/25) Fix localnet-start

<!-- Release links -->
[Unreleased]: https://github.com/Finschia/finschia/compare/v4.0.0...HEAD
[Unreleased]: https://github.com/Finschia/finschia/compare/v4.0.1...HEAD
[v4.0.1]: https://github.com/Finschia/finschia/releases/tag/v4.0.1
[v4.0.0]: https://github.com/Finschia/finschia/releases/tag/v4.0.0
[v3.0.0]: https://github.com/Finschia/finschia/releases/tag/v3.0.0
[v2.0.0]: https://github.com/Finschia/finschia/releases/tag/v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Finschia - gRPC Gateway docs",
"description": "A REST interface for state queries, legacy transactions",
"version": "4.0.0"
"version": "4.0.1"
},
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: '2.0'
info:
title: Finschia - gRPC Gateway docs
description: A REST interface for state queries, legacy transactions
version: 4.0.0
version: 4.0.1
paths:
/cosmos/auth/v1beta1/accounts:
get:
Expand Down

0 comments on commit 966498a

Please sign in to comment.