Skip to content

Commit 39d95ea

Browse files
release: 4.6.1
1 parent e0f0298 commit 39d95ea

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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-
".": "4.6.0"
2+
".": "4.6.1"
33
}

CHANGELOG.md

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

3+
## 4.6.1 (2026-02-20)
4+
5+
Full Changelog: [v4.6.0...v4.6.1](https://github.com/trycourier/courier-go/compare/v4.6.0...v4.6.1)
6+
7+
### Bug Fixes
8+
9+
* allow canceling a request while it is waiting to retry ([e0f0298](https://github.com/trycourier/courier-go/commit/e0f029888b77c6d7cb9d76e821f0ed3c63dc1264))
10+
* **encoder:** correctly serialize NullStruct ([e95d4d3](https://github.com/trycourier/courier-go/commit/e95d4d378d8b7b3dbf9a88523bc41e3391eed6e6))
11+
* **types:** remove brand field from elemental content types ([acee88a](https://github.com/trycourier/courier-go/commit/acee88a7ee6b473fa50b550e34688e741ff7e7e7))
12+
13+
14+
### Chores
15+
16+
* **internal:** remove mock server code ([4a2dda0](https://github.com/trycourier/courier-go/commit/4a2dda0870c2c9714209d3ceba1e4d228eb94a98))
17+
* update mock server docs ([4f70490](https://github.com/trycourier/courier-go/commit/4f70490f1a85ab031815bce6a26819b5c5db3520))
18+
19+
20+
### Documentation
21+
22+
* add AUTO-GENERATED-OVERVIEW markers for README sync ([#105](https://github.com/trycourier/courier-go/issues/105)) ([c25c36c](https://github.com/trycourier/courier-go/commit/c25c36cf92b37a28b5a51e6c3057db7129f7760d))
23+
* sync README from mintlify-docs (2026-02-20 18:11 UTC) ([#106](https://github.com/trycourier/courier-go/issues/106)) ([988d3c3](https://github.com/trycourier/courier-go/commit/988d3c3c2ae7b365344c20f7d8c3879e9d81e57a))
24+
* sync README from mintlify-docs (2026-02-20 18:36 UTC) ([#107](https://github.com/trycourier/courier-go/issues/107)) ([97c16c6](https://github.com/trycourier/courier-go/commit/97c16c65243ef89433eced0556f28064ce68cd9a))
25+
326
## 4.6.0 (2026-02-06)
427

528
Full Changelog: [v4.5.0...v4.6.0](https://github.com/trycourier/courier-go/compare/v4.5.0...v4.6.0)

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "4.6.0" // x-release-please-version
5+
const PackageVersion = "4.6.1" // x-release-please-version

0 commit comments

Comments
 (0)