From aa85f6ae62c51394bd92c6aec9790d6721bf003d Mon Sep 17 00:00:00 2001 From: Dev Ojha <dojha@berkeley.edu> Date: Fri, 24 Jun 2022 15:11:55 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d430b8cf3..b76be1763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v10.0.1 + +This release contains minor CLI bug fixes. +* Restores vesting by duration command +* Fixes pagination in x/incentives module queries + +## v10.0.0 + + ## v9.0.1 ### Breaking Changes -- GitLab