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

Commit 8de084d

Browse files
author
Jesse Claven
authored
Merge pull request #190 from duffelhq/v0.4.0
v0.4.0
2 parents 695f44c + 392ed02 commit 8de084d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.0] - 2022-02-11
11+
12+
### Added
13+
14+
- `content` field to `Order`s
15+
16+
### Changed
17+
18+
- Changed API versions from `beta` to `v1`
19+
- Various library version updates
20+
1021
## [0.3.1] - 2022-02-11
1122

1223
### 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.3.1",
8+
version="0.4.0",
99
author="Duffel Engineering",
1010
author_email="[email protected]",
1111
description="Client library for the Duffel API",

0 commit comments

Comments
 (0)