Commit 1f30e48 1 parent 9e1d862 commit 1f30e48 Copy full SHA for 1f30e48
File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,17 @@ Ref: https://keepachangelog.com/en/1.0.0/
44
44
45
45
### Breaking Changes
46
46
47
+ ### Build, CI
48
+
49
+ ### Docs
50
+
51
+
52
+ ## [ v4.0.1] - 2024-06-25
53
+
47
54
### Build, CI
48
55
* (build) [ \# 390] ( https://github.com/Finschia/finschia/pull/390 ) Modify the way the binary version is set when compiling (backport #388 )
49
56
* (build) [ \# 398] ( https://github.com/Finschia/finschia/pull/398 ) Apply Go 1.22, finschia-sdk 0.49.1 and update outdated dependencies (backport #395 )
50
57
51
- ### Docs
52
58
53
59
## [ v4.0.0] - 2024-05-27
54
60
@@ -293,7 +299,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
293
299
* (build) [ \# 25] ( https://github.com/Finschia/finschia/pull/25 ) Fix localnet-start
294
300
295
301
<!-- 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
297
304
[ v4.0.0 ] : https://github.com/Finschia/finschia/releases/tag/v4.0.0
298
305
[ v3.0.0 ] : https://github.com/Finschia/finschia/releases/tag/v3.0.0
299
306
[ v2.0.0 ] : https://github.com/Finschia/finschia/releases/tag/v2.0.0
Original file line number Diff line number Diff line change 3
3
"info" : {
4
4
"title" : " Finschia - gRPC Gateway docs" ,
5
5
"description" : " A REST interface for state queries, legacy transactions" ,
6
- "version" : " 4.0.0 "
6
+ "version" : " 4.0.1 "
7
7
},
8
8
"apis" : [
9
9
{
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ swagger: '2.0'
2
2
info:
3
3
title: Finschia - gRPC Gateway docs
4
4
description: A REST interface for state queries, legacy transactions
5
- version: 4.0.0
5
+ version: 4.0.1
6
6
paths:
7
7
/cosmos/auth/v1beta1/accounts:
8
8
get:
You can’t perform that action at this time.
0 commit comments