Skip to content

Commit 967baa5

Browse files
committed
chore: release version 2.1.0
1 parent 63fed95 commit 967baa5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/atc-net/atc-microsoft-graph-client/compare/v2.0.1...v2.1.0) (2026-02-12)
4+
5+
6+
### Features
7+
8+
* add Contacts, OnlineMeetings, Search, Subscriptions services and Outlook mail write ops ([77bb8ab](https://github.com/atc-net/atc-microsoft-graph-client/commit/77bb8ab14b033968f4e732b1345e6c0fe7ad5c38))
9+
* add Groups and Calendar services, expand Teams, Users, and SharePoint ([7182667](https://github.com/atc-net/atc-microsoft-graph-client/commit/7182667b0b908a85d9d3fb689a79a58f9ded7546))
10+
311
## [2.0.1](https://github.com/atc-net/atc-microsoft-graph-client/compare/v2.0.0...v2.0.1) (2026-02-11)
412

513

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup Label="Versioning">
1818
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1919
<!-- x-release-please-start-version -->
20-
<Version>2.0.1</Version>
20+
<Version>2.1.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)