Skip to content

Commit

Permalink
Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 6, 2023
1 parent a3a5d3f commit 0f73f38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f73f38

Please sign in to comment.