Skip to content

Commit 1abfcac

Browse files
committed
bump version to release
1 parent 121681e commit 1abfcac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Almost every release features a lot of bugfixes but those are not listed here.
44

55

6+
## Versions 2.1.9 (2026-01-30)
7+
8+
- Message: You can now delay the delivery of a message (Thanks @yeyeric)
9+
- Tasks: Add support for the delta endpoint (Thanks @RogerSelwyn)
10+
- Directory: Added `invite_user` method to create a guest user in the directory (Thanks @neilkatin)
11+
- Subscriptions: Added list, get, and update methods to subscriptions (Thanks @sdelgadoc)
12+
613
## Versions 2.1.8 (2025-11-28)
714

815
- NEW: Added Subscriptions api support (Thanks @sdelgadoc)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "o365"
3-
version = "2.1.8"
3+
version = "2.1.9"
44
description = "O365 - Microsoft Graph and Office 365 API made easy"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)