Skip to content

Commit e375df6

Browse files
release: 7.11.0
1 parent 63adeb8 commit e375df6

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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-
".": "7.10.0"
2+
".": "7.11.0"
33
}

CHANGELOG.md

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

3+
## 7.11.0 (2026-04-08)
4+
5+
Full Changelog: [v7.10.0...v7.11.0](https://github.com/trycourier/courier-python/compare/v7.10.0...v7.11.0)
6+
7+
### Features
8+
9+
* **api:** add content/element/locale methods, remove draft resource, update notifications ([ea30dd6](https://github.com/trycourier/courier-python/commit/ea30dd640d10f3a7a64aa1b4d81f3f7c7e2f906b))
10+
* **api:** add list_notifications method to routing_strategies ([63adeb8](https://github.com/trycourier/courier-python/commit/63adeb8eaea8960cc5704eb672ebb1c24f46a946))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** preserve hardcoded query params when merging with user params ([7e44063](https://github.com/trycourier/courier-python/commit/7e4406306cf5002f4cc5867bf16411a30c4d42fa))
16+
317
## 7.10.0 (2026-04-01)
418

519
Full Changelog: [v7.9.0...v7.10.0](https://github.com/trycourier/courier-python/compare/v7.9.0...v7.10.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trycourier"
3-
version = "7.10.0"
3+
version = "7.11.0"
44
description = "The official Python library for the Courier API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/courier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "courier"
4-
__version__ = "7.10.0" # x-release-please-version
4+
__version__ = "7.11.0" # x-release-please-version

0 commit comments

Comments
 (0)