From e0245820b8479effbec447ffa40e4f4cbe84ed6a Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:59:34 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae55ea85..9eedef05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v1.4.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.4.0) - 2024-06-04 + +Nibiru v1.4.0 adds PebbleDB support and increases the wasm contract size limit to 3MB. + +* [[Release Link](https://github.com/NibiruChain/nibiru/releases/tag/v1.4.0)] +* [[Commits](https://github.com/NibiruChain/nibiru/commits/v1.4.0)] + +### State Machine Breaking + +* [#1906](https://github.com/NibiruChain/nibiru/pull/1906) - feat(wasm): increase contract size limit to 3MB + +### Features + +* [#1818](https://github.com/NibiruChain/nibiru/pull/1818) - feat: add pebbledb support +* [#1908](https://github.com/NibiruChain/nibiru/pull/1908) - chore: make pebbledb the default db backend + ## [v1.3.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.3.0) - 2024-05-07 Nibiru v1.3.0 adds interchain accounts.