From 99efc9587764e4b54238bfd09c76c564746cdedf Mon Sep 17 00:00:00 2001 From: Avzel <65988622+Avzel@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:26:13 -0400 Subject: [PATCH] Bump patch version & add changelog entry --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8084cf309..5ca99f607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +## [0.7.3] - 2023-09-04 + +### Fixed + +- Fixed bug that caused the ParametersNameDecodingHandler to decode query parameter values in addition to names + ## [0.7.2] - 2023-09-01 ### Changed diff --git a/gradle.properties b/gradle.properties index 54cd0a615..ae3d83dc2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ org.gradle.caching=true mavenGroupId = com.microsoft.kiota mavenMajorVersion = 0 mavenMinorVersion = 7 -mavenPatchVersion = 2 +mavenPatchVersion = 3 mavenArtifactSuffix = #These values are used to run functional tests