Skip to content

Commit cd3de1c

Browse files
Merge pull request #326 from microsoftgraph/dev
2.0.9 Release
2 parents 7067174 + a2348f1 commit cd3de1c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/git-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
branch: master
2020
event: push
2121
name: drop
22+
path: drop
2223
- name: Github Release
2324
uses: anton-yurchenko/[email protected]
2425
env:

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
#Changelog
1+
# Changelog
22

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

55
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

8-
##[Unreleased]
8+
## [Unreleased]
9+
### Added
10+
### Changed
911

10-
##[2.0.9] - 2021-09-14
11-
###Added
12+
## [2.0.9] - 2021-09-14
13+
### Added
1214
- Workflow for build validation
1315
- Workflow for Maven preview and GitHub Release
1416
- Proper handling for InterruptedException
15-
###Changed
17+
### Changed
1618
- Casing fixed for Odata type parsing
1719
- Removed .azure-pipelines/**

0 commit comments

Comments
 (0)