From 898b48c4c66a9e9a7e148f1b0e61669f3ba197f7 Mon Sep 17 00:00:00 2001 From: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:55:07 +0900 Subject: [PATCH] Tag v1.1.3 (#763) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf36b45e..f9e15f1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v1.1.3 +*Mar 4, 2024* + +* Modify codec for the compatibility with IBC relayer. + +### BREAKING CHANGE +- Nothing + +### FEATURES +- Nothing + +### IMPROVEMENTS +- [github] [\#755](https://github.com/Finschia/ostracon/pull/755) Change codeowner +- [github] [\#761](https://github.com/Finschia/ostracon/pull/761) Stop dependabot + +### BUG FIXES +- [codec] [\#762](https://github.com/Finschia/ostracon/pull/762) Modify proto pubkey regisiter name for IBC relayer compatibility + ## v1.1.2 *Oct 16, 2023*