Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 93ae39d

Browse files
authored
Merge pull request #214 from duffelhq/v0.4.1
release: v0.4.1
2 parents 922fd8a + 67b1daf commit 93ae39d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
77
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
88
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
99

10+
## [0.4.1] - 2023-01-25
11+
12+
### Added
13+
- `max_connections` parameter to `OfferRequest`
14+
15+
[0.4.1]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.4.1
16+
1017
## [0.4.0] - 2022-02-11
1118

1219
### Added
@@ -18,6 +25,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
1825
- Changed API versions from `beta` to `v1`
1926
- Various library version updates
2027

28+
[0.4.0]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.4.0
29+
2130
## [0.3.1] - 2022-02-11
2231

2332
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="duffel-api",
8-
version="0.4.0",
8+
version="0.4.1",
99
author="Duffel Engineering",
1010
author_email="[email protected]",
1111
description="Client library for the Duffel API",

0 commit comments

Comments
 (0)