diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3ab3872..88aa4708e 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.6] - 2023-10-09 + +### Changed + +- Use `tryAdd` instead of `add` in all of the `setContentFrom...` methods + ## [0.7.5] - 2023-10-04 ### Added diff --git a/gradle.properties b/gradle.properties index 0e6ceb8a5..534686254 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ org.gradle.caching=true mavenGroupId = com.microsoft.kiota mavenMajorVersion = 0 mavenMinorVersion = 7 -mavenPatchVersion = 5 +mavenPatchVersion = 6 mavenArtifactSuffix = #These values are used to run functional tests