diff --git a/CHANGELOG.md b/CHANGELOG.md index b8caad03..d3e28d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,33 +37,51 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] ### Features -* (build) [\#126](https://github.com/line/lbm/pull/126) Automatically generates release note and binaries -* (x/wasmd) [\#355](https://github.com/line/lbm/pull/355) chore: apply detached x/wasmd -* (build) [\#130](https://github.com/line/lbm/pull/130) Add a release build for the linux/arm64, darwin/amd64, and darwin/arm64 platform -* (lbm-sdk) [\#137](https://github.com/line/lbm/pull/137) Bump line/lbm-sdk to 6c84a4cffa -* (x/collection,token) [\#138](https://github.com/line/lbm/pull/138) Add x/token and x/collection -* (ibc-go) [\#140](https://github.com/line/lbm/pull/140) apply ibc-go -* (x/wasmplus) [\#141](https://github.com/line/lbm/pull/141) change wasm module to wrapped `x/wasmplus` -* (lbm-sdk) [\#144](https://github.com/line/lbm/pull/144) bump line/lbm-sdk v0.47.0-alpha1 (11966d1234155ebef20b64f2ae7a905beffdb33f) -* (build) [\#150](https://github.com/line/lbm/pull/150) Modify the Makefile to build release bundles -* (build) [\#153](https://github.com/line/finschia/pull/153) rename cli name to `fnsad` -* (lbm-sdk) [\#154](https://github.com/line/finschia/pull/154) Bump github.com/line/lbm-sdk from v0.47.0-alpha1.0.20230214070148-11966d123415 to v0.47.0-rc1 ### Improvements -* (x/wasmd) [\#146](https://github.com/line/lbm/pull/146) update wasmd version * (x/wasmd) [\#158](https://github.com/line/finschia/pull/158) bump up wasmd version to v0.1.0 +* (lbm-sdk) [\#159](https://github.com/line/finschia/pull/159) Bump github.com/line/lbm-sdk from v0.47.0-rc1 to v0.47.0-rc2 ### Bug Fixes ### Breaking Changes -(api) [\#123](https://github.com/line/lbm/pull/123) remove legacy REST API routes ### Build, CI -(ci) [\#145](https://github.com/line/lbm/pull/145) add github action to push docker image to docker.io -(build) [\#157](https://github.com/line/finschia/pull/157) add build args +* (build) [\#157](https://github.com/line/finschia/pull/157) add build args ### Docs * (doc) [\#156](https://github.com/line/finschia/pull/156) modify broken link or typo doc file and add issue and pr template + +## [v1.0.0-rc1](https://github.com/line/lbm/releases/tag/v1.0.0-rc1) - 2023-03-24 + +### Features +* (build) [\#150](https://github.com/line/lbm/pull/150) Modify the Makefile to build release bundles +* (build) [\#153](https://github.com/line/finschia/pull/153) rename cli name to `fnsad` +* (lbm-sdk) [\#154](https://github.com/line/finschia/pull/154) Bump github.com/line/lbm-sdk from v0.47.0-alpha1.0.20230214070148-11966d123415 to v0.47.0-rc1 + +### Improvements +* (x/wasmd) [\#147](https://github.com/line/lbm/pull/147) update wasmd version + + +## [v1.0.0-rc0](https://github.com/line/lbm/releases/tag/v1.0.0-rc0) - 2023-02-16 + +### Features +* (build) [\#126](https://github.com/line/lbm/pull/126) Automatically generates release note and binaries +* (x/wasmd) [\#129](https://github.com/line/lbm/pull/129) chore: apply detached x/wasmd +* (build) [\#130](https://github.com/line/lbm/pull/130) Add a release build for the linux/arm64, darwin/amd64, and darwin/arm64 platform +* (lbm-sdk) [\#137](https://github.com/line/lbm/pull/137) Bump line/lbm-sdk to 6c84a4cffa +* (x/collection,token) [\#138](https://github.com/line/lbm/pull/138) Add x/token and x/collection +* (ibc-go) [\#140](https://github.com/line/lbm/pull/140) apply ibc-go +* (x/wasmplus) [\#141](https://github.com/line/lbm/pull/141) change wasm module to wrapped `x/wasmplus` +* (lbm-sdk) [\#144](https://github.com/line/lbm/pull/144) bump line/lbm-sdk v0.47.0-alpha1 (11966d1234155ebef20b64f2ae7a905beffdb33f) + +### Breaking Changes +* (api) [\#123](https://github.com/line/lbm/pull/123) remove legacy REST API routes + +### Build, CI +* (ci) [\#145](https://github.com/line/lbm/pull/145) add github action to push docker image to docker.io + + [Unreleased]: https://github.com/line/lbm/compare/v0.7.0...HEAD diff --git a/go.mod b/go.mod index 54bb59b5..e174100f 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/golang/mock v1.6.0 github.com/gorilla/mux v1.8.0 github.com/line/ibc-go/v3 v3.3.2-0.20230210040007-d855e1d87f26 - github.com/line/lbm-sdk v0.47.0-rc1 + github.com/line/lbm-sdk v0.47.0-rc2 github.com/line/ostracon v1.0.9 github.com/line/wasmd v0.1.0 github.com/prometheus/client_golang v1.14.0 diff --git a/go.sum b/go.sum index 9774e9ad..17ed57c8 100644 --- a/go.sum +++ b/go.sum @@ -418,8 +418,8 @@ github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-b github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= github.com/line/ibc-go/v3 v3.3.2-0.20230210040007-d855e1d87f26 h1:uSnHy48K15ia3ceWxD++hPbaNdcR5TR5IVc3Ss1rGjc= github.com/line/ibc-go/v3 v3.3.2-0.20230210040007-d855e1d87f26/go.mod h1:iIUVJLrKDzW/y1nrNQ3XyVrQ3FjNyd6fjgWTBbldAaQ= -github.com/line/lbm-sdk v0.47.0-rc1 h1:h0E3W3gt97/AJFV2SASjBrR+TvZC4srFC8yKCFpgX+g= -github.com/line/lbm-sdk v0.47.0-rc1/go.mod h1:JrjVsj1KaVtkHbAC8X3gwRIhM8A6vE2k17W6iWbNv3o= +github.com/line/lbm-sdk v0.47.0-rc2 h1:exM5aEvqS8fdlxypxNtjXMsgIHXrUdqJMtnWAScPZ/Y= +github.com/line/lbm-sdk v0.47.0-rc2/go.mod h1:JrjVsj1KaVtkHbAC8X3gwRIhM8A6vE2k17W6iWbNv3o= github.com/line/ostracon v1.0.9 h1:LcDAQKeQyk5Q/As2Qfkqv5Sl8Tl4fUhRSuXg2q4XfAQ= github.com/line/ostracon v1.0.9/go.mod h1:WHeAYlDEWvR1oKxw8UVYFa9AJVa3uaGDdDxkrZA5kEY= github.com/line/wasmd v0.1.0 h1:Y0M8+1qTQmrJ6gd32Ml+6hr1vVc5dZ8LUHHgpkn7pGs=