Skip to content

Commit 33cef7e

Browse files
committed
bump version to release
1 parent 0b0e934 commit 33cef7e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
Almost every release features a lot of bugfixes but those are not listed here.
44

5+
6+
## Versions 2.1.8 (2025-11-28)
7+
8+
- NEW: Added Subscriptions api support (Thanks @sdelgadoc)
9+
510
## Version 2.1.7 (2025-09-05)
611

712
> [!IMPORTANT]
813
> **Breaking Change:** Removed support for Python 3.9
9-
> **Breaking Change:** Removed Old Query in favour of the new QueryBuilder (both are interchangeable for other methods to use it, but are build differently)
14+
> **Breaking Change:** Removed Old Query in favor of the new QueryBuilder (both are interchangeable for other methods to use it, but are build differently)
1015
1116
- Tasks: Add population of checklist_items on Task (Thanks @RogerSelwyn)
1217
- Excel: Added `append_rows` and `update_cells` to `WorkSheet` (Thanks @luissantosHCIT)

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.7"
3+
version = "2.1.8"
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)