From 50d49dd7cea50f09c7347f447bcb1e1872343220 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 15 Aug 2022 10:59:45 -0700 Subject: [PATCH] chore: prepare v11.0.1 changelog (#2415) * chore: v11.0.1 changelog * typo --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58021453c93..8386363f579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,15 +42,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -#### Golang API breaks +## v11.0.1 +#### Golang API breaks * [#1893](https://github.com/osmosis-labs/osmosis/pull/1893) Change `EpochsKeeper.SetEpochInfo` to `AddEpochInfo`, which has more safety checks with it. (Makes it suitable to be called within upgrades) * [#2396](https://github.com/osmosis-labs/osmosis/pull/2396) x/mint remove unused mintCoins parameter from AfterDistributeMintedCoin * [#2399](https://github.com/osmosis-labs/osmosis/pull/2399) Remove unused interface methods from expected keepers of each module * [#2401](https://github.com/osmosis-labs/osmosis/pull/2401) Update Go import paths to v11 #### Bug Fixes -* [2291](https://github.com/osmosis-labs/osmosis/pull/2291) Remove liquidity event that was emitted twice per message. +* [2291](https://github.com/osmosis-labs/osmosis/pull/2291) Remove liquidity event that was emitted twice per message +* [2288](https://github.com/osmosis-labs/osmosis/pull/2288) Fix swagger docs and swagger generation ## v11