Skip to content

Commit

Permalink
chore: update release changelog for v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Jun 24, 2024
1 parent 237cb84 commit 7245b87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,22 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.49.0...HEAD)
## [Unreleased](https://github.com/Finschia/finschia-sdk/compare/v0.49.1...HEAD)

### Features

### Improvements
* (x/fswap) [\#1415](https://github.com/Finschia/finschia-sdk/pull/1415) add more testcases for fswap module
* (style) [\#1427](https://github.com/Finschia/finschia-sdk/pull/1427) Lint all files based on latest setting

### Bug Fixes

### Removed

### Breaking Changes
* (server) [\#1423](https://github.com/Finschia/finschia-sdk/pull/1423) Remove grpc replace directive and refactor grpc-web/rosetta/grpc-gw

### State Machine Breaking

### Event Breaking Changes

### Build, CI
* (build, ci) [\#1410](https://github.com/Finschia/finschia-sdk/pull/1410) Bump Go from 1.20 to 1.22
* (build) [\#1413](https://github.com/Finschia/finschia-sdk/pull/1413) Update outdated dependencies for v0.49.x

### Document Updates
14 changes: 14 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v0.49.1](https://github.com/Finschia/finschia-sdk/releases/tag/v0.49.1) - 2024-06-24

### Improvements
* (x/fswap) [\#1420](https://github.com/Finschia/finschia-sdk/pull/1420) add more testcases for fswap module (backport #1415)
* (style) [\#1427](https://github.com/Finschia/finschia-sdk/pull/1427) Lint all files based on latest setting (backport #1171, #1417)

### Breaking Changes
* (server) [\#1423](https://github.com/Finschia/finschia-sdk/pull/1423) Remove grpc replace directive and refactor grpc-web/rosetta/grpc-gw (backport #1153, #1418)

### Build, CI
* (build, ci) [\#1411](https://github.com/Finschia/finschia-sdk/pull/1411) Bump Go from 1.20 to 1.22 (backport #1410)
* (build) [\#1413](https://github.com/Finschia/finschia-sdk/pull/1413) Update outdated dependencies for v0.49.x


## [v0.49.0](https://github.com/Finschia/finschia-sdk/releases/tag/v0.49.0) - 2024-05-27

### Features
Expand Down

0 comments on commit 7245b87

Please sign in to comment.