From 0a4b5bed878af2ea2167749f937e7cdde21f9031 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 15 Feb 2023 21:58:03 +0700 Subject: [PATCH] chore: v14.0.1 changelog on v14.x (#4330) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc387055563..0a38c8fe069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,14 @@ 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). -## v14 +## v14.0.1 + +### Bug fixes + +* [#4132](https://github.com/osmosis-labs/osmosis/pull/4132) Fix CLI for EstimateSwapExactAmountIn and EstimateSwapExactAmountOut in x/gamm. +* [#4262](https://github.com/osmosis-labs/osmosis/pull/4262) Fix geometric twap genesis validation. + +## v14.0.0 This release's main features are utility helpers for smart contract developers. This release contains: