Skip to content

Commit 87121b4

Browse files
release: 5.7.0
1 parent 65ccbe6 commit 87121b4

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.6.0"
2+
".": "5.7.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+
## 5.7.0 (2026-04-09)
4+
5+
Full Changelog: [v5.6.0...v5.7.0](https://github.com/trycourier/courier-csharp/compare/v5.6.0...v5.7.0)
6+
7+
### Features
8+
9+
* **api:** add content/element/locale endpoints, remove draft, update checks API and types ([fd617c3](https://github.com/trycourier/courier-csharp/commit/fd617c368235418735aca04cf9b3d63a17c62fc5))
10+
* **api:** add ListNotifications method to routing strategies ([06ea0a4](https://github.com/trycourier/courier-csharp/commit/06ea0a4ea6152d5de06616b42dc12bcb868a9b61))
11+
12+
13+
### Bug Fixes
14+
15+
* **tests:** generate dictionary instantiations properly ([681248e](https://github.com/trycourier/courier-csharp/commit/681248e5012fc307cfdceb48fd3b3614087fc562))
16+
317
## 5.6.0 (2026-04-01)
418

519
Full Changelog: [v5.5.0...v5.6.0](https://github.com/trycourier/courier-csharp/compare/v5.5.0...v5.6.0)

src/Courier/Courier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Metadata -->
44
<AssemblyTitle>Courier C#</AssemblyTitle>
55
<AssemblyName>Courier</AssemblyName>
6-
<VersionPrefix>5.6.0</VersionPrefix>
6+
<VersionPrefix>5.7.0</VersionPrefix>
77
<Description>The official .NET library for the Courier API.</Description>
88
<OutputType>Library</OutputType>
99
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)