Skip to content

Commit 1913afd

Browse files
Merge pull request #16 from ramsessanchez/test/11
release 5.3.3
2 parents 22ebd41 + d1628ea commit 1913afd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version: 5.3.3
2+
3+
* [#1](https://github.com/ramsessanchez/testWorkflow/pull/1): Create Pr Test
4+
* [#2](https://github.com/ramsessanchez/testWorkflow/pull/2): Testing changelog CI
5+
* [#4](https://github.com/ramsessanchez/testWorkflow/pull/4): Generated beta models and request builders using Typewriter
6+
* [#6](https://github.com/ramsessanchez/testWorkflow/pull/6): release v5.3.2
7+
* [#5](https://github.com/ramsessanchez/testWorkflow/pull/5): release v5.3.1
8+
* [#15](https://github.com/ramsessanchez/testWorkflow/pull/15): release 3.3.3
9+
10+
111
# Changelog
212

313
All notable changes to this project will be documented in this file.

gradle.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 5
2929
mavenMinorVersion = 3
30-
mavenPatchVersion = 2
30+
mavenPatchVersion = 3
3131
mavenArtifactSuffix =
3232

33+
34+
35+
36+
3337
#These values are used to run functional tests
3438
#If you wish to run the functional tests, edit the gradle.properties
3539
#file in your user directory instead of adding them here.

0 commit comments

Comments
 (0)