diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a6f9e6005..60574e09c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
+### Changed
+
+## [0.0.17] - 2022-03-03
+
+### Added
+
- Adds support for downcast of types during deserialization according to the discriminator information in the description (CSharp/Go/Java/TypeScript). [#646](https://github.com/microsoft/kiota/issues/646)
- Adds support for generating interfaces for models in Go. [#646](https://github.com/microsoft/kiota/issues/646)
- Adds support for generating functions (as opposed to methods or static methods) in the generator (used in TypeScript for discriminator factories). [#646](https://github.com/microsoft/kiota/issues/646)
diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj
index 97a8c74cd2..c00b81c02f 100644
--- a/src/kiota/kiota.csproj
+++ b/src/kiota/kiota.csproj
@@ -6,7 +6,7 @@
true
kiota
./nupkg
- 0.0.16
+ 0.0.17
true
https://github.com/microsoft/kiota