From a5279d1c3e2a907d21f7840d86c0dd49c747029f Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:50:21 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7334d7ccb..1c2a3207f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v1.5.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.5.0) - 2024-06-21 + +Nibiru v1.5.0 enables IBC CosmWasm smart contracts. + +* [[Release Link](https://github.com/NibiruChain/nibiru/releases/tag/v1.5.0)] +* [[Commits](https://github.com/NibiruChain/nibiru/commits/v1.5.0)] + ### Features * [#1931](https://github.com/NibiruChain/nibiru/pull/1931) - feat(ibc): add `wasm` route to IBC router