Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release finschia v1.1.1 #267

Merged
merged 2 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Finschia v1.1.0 Release Notes
# Finschia v1.1.1 Release Notes

## What's Changes
This version base on [finschia-sdk v0.47.2](https://github.com/Finschia/finschia-sdk/releases/tag/v0.47.2), [Ostracon v1.1.0](https://github.com/Finschia/ostracon/tree/v1.1.0), [finschia/wasmd v0.1.3](https://github.com/Finschia/wasmd/releases/tag/v0.1.3) and [finschia/ibc-go v3.3.3](https://github.com/Finschia/ibc-go/releases/tag/v3.3.3).
This version base on [finschia-sdk v0.47.3](https://github.com/Finschia/finschia-sdk/releases/tag/v0.47.3), [Ostracon v1.1.0](https://github.com/Finschia/ostracon/tree/v1.1.0), [finschia/wasmd v0.1.5](https://github.com/Finschia/wasmd/releases/tag/v0.1.5) and [finschia/ibc-go v3.3.3](https://github.com/Finschia/ibc-go/releases/tag/v3.3.3).

### Improvements
* (build) [\#218](https://github.com/Finschia/finschia/pull/218) bump up finschia-sdk from v0.47.0 to v0.47.1-rc2
* (build) [\#252](https://github.com/Finschia/finschia/pull/252) Bump up several dependencies relevant to the event refactoring

### Bug Fixes
* (build) [\#216](https://github.com/Finschia/finschia/pull/216) fix the cgo calling error of libwasmvm on docker image
* (x/wasm) [\#217](https://github.com/Finschia/finschia/pull/217) add wasmplus proposal command in fnsad cli
* (x/wasmd) [\#253](https://github.com/Finschia/finschia/pull/253) bump up wasmd from 516eaaec to c581a5f2 for applying the ContractHistory bug fix
* (x/wasmd) [\#256](https://github.com/Finschia/finschia/pull/256) Fix `ContractInfo` of wasmd update field bug and change wrong spec doc


## Base sub modules
* Ostracon: [v1.1.0](https://github.com/Finschia/ostracon/tree/v1.1.0)
* finschia-sdk: [v0.47.2](https://github.com/Finschia/finschia-sdk/tree/v0.47.2)
* Finschia/wasmd: [v0.1.3](https://github.com/Finschia/wasmd/tree/v0.1.3)
* finschia-sdk: [v0.47.3](https://github.com/Finschia/finschia-sdk/tree/v0.47.3)
* Finschia/wasmd: [v0.1.5](https://github.com/Finschia/wasmd/tree/v0.1.5)
* Finschia/ibc-go: [v3.3.3](https://github.com/Finschia/ibc-go/tree/v3.3.3)

Full Changelog: [v1.0.0...v1.1.0](https://github.com/Finschia/finschia/compare/v1.0.0...v1.1.0)
Full Changelog: [v1.1.0...v1.1.1](https://github.com/Finschia/finschia/compare/v1.1.0...v1.1.1)
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/Finschia/finschia
go 1.18

require (
github.com/Finschia/finschia-sdk v0.47.3-0.20230817110929-1df6411c6429
github.com/Finschia/finschia-sdk v0.47.3
github.com/Finschia/ibc-go/v3 v3.3.3
github.com/Finschia/ostracon v1.1.0
github.com/Finschia/wasmd v0.1.5-0.20230823043202-6761eedc606f
github.com/Finschia/wasmd v0.1.5
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.15.0
Expand Down
Loading