diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58021453c93dba797caf96edccd951c010d93eee..8386363f579433c846dcedeec680a6b501b0cd0f 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