diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6a7250d7a..7f3c073d33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+## [0.0.23] - 2022-04-19
+
+### Changed
+
- Fixed a bug where line returns in descriptions could break the generated code. [#1504](https://github.com/microsoft/kiota/issues/1504)
- Fixed a bug with special characters in query parameters names. [#1445](https://github.com/microsoft/kiota/issues/1445)
- Fixed a bug where complex types path parameters would fail to generate.
diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj
index 7b954b95b8..d580def7af 100644
--- a/src/kiota/kiota.csproj
+++ b/src/kiota/kiota.csproj
@@ -6,7 +6,7 @@
true
kiota
./nupkg
- 0.0.22
+ 0.0.23
true
https://github.com/microsoft/kiota