Skip to content

Commit

Permalink
Merge pull request #110 from microsoft/fix/bump-to-stable
Browse files Browse the repository at this point in the history
Bump version to 1.0.0 🚀
  • Loading branch information
Ndiritu authored Nov 1, 2023
2 parents 74eb6a0 + e51a13b commit 61029d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [0.10.0] - 2023-11-01
## [1.0.0] - 2023-11-01

### Changed
- Deserializing collections of objects to return a non-nullable value within the collection. [#106](https://github.com/microsoft/kiota-abstractions-php/pull/106)
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

final class Constants
{
public const VERSION = '0.10.0';
public const VERSION = '1.0.0';
}

0 comments on commit 61029d2

Please sign in to comment.