We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31be592 commit ec376b3Copy full SHA for ec376b3
CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
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
20
## [3.1.0] - 2024-02-07
21
22
gradle.properties
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
25
mavenArtifactId = microsoft-graph-core
26
mavenMajorVersion = 3
27
mavenMinorVersion = 1
28
-mavenPatchVersion = 0
+mavenPatchVersion = 1
29
mavenArtifactSuffix =
30
31
#These values are used to run functional tests
0 commit comments