Skip to content

Commit ec376b3

Browse files
committed
Update CHANGELOG and bump version
1 parent 31be592 commit ec376b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [3.1.1] - 2024-02-09
15+
16+
### Changed
17+
18+
- Fixes a bug to allow the PageIterator to iterate across all pages.
19+
1420
## [3.1.0] - 2024-02-07
1521

1622
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 3
2727
mavenMinorVersion = 1
28-
mavenPatchVersion = 0
28+
mavenPatchVersion = 1
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

0 commit comments

Comments
 (0)