Skip to content

Commit 1f30e48

Browse files
authored
chore: update changelog for v4.0.1 (#399)
Signed-off-by: zemyblue <[email protected]>
1 parent 9e1d862 commit 1f30e48

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,17 @@ Ref: https://keepachangelog.com/en/1.0.0/
4444

4545
### Breaking Changes
4646

47+
### Build, CI
48+
49+
### Docs
50+
51+
52+
## [v4.0.1] - 2024-06-25
53+
4754
### Build, CI
4855
* (build) [\#390](https://github.com/Finschia/finschia/pull/390) Modify the way the binary version is set when compiling (backport #388)
4956
* (build) [\#398](https://github.com/Finschia/finschia/pull/398) Apply Go 1.22, finschia-sdk 0.49.1 and update outdated dependencies (backport #395)
5057

51-
### Docs
5258

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

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

295301
<!-- Release links -->
296-
[Unreleased]: https://github.com/Finschia/finschia/compare/v4.0.0...HEAD
302+
[Unreleased]: https://github.com/Finschia/finschia/compare/v4.0.1...HEAD
303+
[v4.0.1]: https://github.com/Finschia/finschia/releases/tag/v4.0.1
297304
[v4.0.0]: https://github.com/Finschia/finschia/releases/tag/v4.0.0
298305
[v3.0.0]: https://github.com/Finschia/finschia/releases/tag/v3.0.0
299306
[v2.0.0]: https://github.com/Finschia/finschia/releases/tag/v2.0.0

client/docs/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Finschia - gRPC Gateway docs",
55
"description": "A REST interface for state queries, legacy transactions",
6-
"version": "4.0.0"
6+
"version": "4.0.1"
77
},
88
"apis": [
99
{

client/docs/statik/statik.go

+1-1
Large diffs are not rendered by default.

client/docs/swagger-ui/swagger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ swagger: '2.0'
22
info:
33
title: Finschia - gRPC Gateway docs
44
description: A REST interface for state queries, legacy transactions
5-
version: 4.0.0
5+
version: 4.0.1
66
paths:
77
/cosmos/auth/v1beta1/accounts:
88
get:

0 commit comments

Comments
 (0)