Skip to content

Commit b38f034

Browse files
Merge pull request #329 from microsoftgraph/dev
Release 2.0.9
2 parents cd3de1c + 01698aa commit b38f034

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
ALLOW_EMPTY_CHANGELOG: "true"
3131
with:
3232
args: |
33-
drop/**
33+
drop/build/**/*.jar

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
910
### Added
11+
1012
### Changed
1113

12-
## [2.0.9] - 2021-09-14
14+
## [2.0.9] - 2021-09-17
15+
1316
### Added
14-
- Workflow for build validation
17+
1518
- Workflow for Maven preview and GitHub Release
19+
- Workflow for build validation
1620
- Proper handling for InterruptedException
21+
1722
### Changed
23+
1824
- Casing fixed for Odata type parsing
1925
- Removed .azure-pipelines/**
26+

0 commit comments

Comments
 (0)