From 7d86138b60bb644f03f5e9ffffc4d91690682902 Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:22:01 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ae87cd9..24aca4848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v1.2.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.2.0) - 2024-03-28 + +Nibiru v1.2.0 adds a burn method to the x/inflation module that allows senders to burn tokens. + +* [[Release Link](https://github.com/NibiruChain/nibiru/releases/tag/v1.2.0)] +* [[Commits](https://github.com/NibiruChain/nibiru/commits/v1.2.0)] + +### Features + +* [#1823](https://github.com/NibiruChain/nibiru/pull/1823) - feat(inflation): add burn method + ## [v1.1.0](https://github.com/NibiruChain/nibiru/releases/tag/v1.1.0) - 2024-03-19 +Nibiru v1.1.0 is the minor release that adds inflation to the network. + * [[Release Link](https://github.com/NibiruChain/nibiru/releases/tag/v1.1.0)] * [[Commits](https://github.com/NibiruChain/nibiru/commits/v1.1.0)]