Skip to content

Commit

Permalink
Release finschia v1.1.1 (#267)
Browse files Browse the repository at this point in the history
* deps: bump up finschia-sdk v0.47.3 and wasmd v0.1.5

Signed-off-by: zemyblue <[email protected]>

* chore: update release_note

Signed-off-by: zemyblue <[email protected]>

---------

Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue authored Sep 8, 2023
1 parent 55a7c20 commit c975035
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 137 deletions.
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

0 comments on commit c975035

Please sign in to comment.