From fde9e77e906cacf3601bf51e593035c51f5aa492 Mon Sep 17 00:00:00 2001 From: Norberto Lopes Date: Mon, 13 Feb 2023 11:15:11 +0000 Subject: [PATCH] release: v0.4.2 Add support for a new search flow called multi-step search. --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440280e..32800dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: http://semver.org/spec/v2.0.0.html +## [0.4.2] - 2023-02-13 + +### Added +- new search flow called multi-step search - more on our [guide] +- examples on how to use the multi-step search flow + + [0.4.2]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.4.2 + [guide]: https://duffel.com/docs/guides/multi-step-search + ## [0.4.1] - 2023-01-25 ### Added diff --git a/setup.py b/setup.py index a9cc50d..dc4651a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="duffel-api", - version="0.4.1", + version="0.4.2", author="Duffel Engineering", author_email="client-libraries@duffel.com", description="Client library for the Duffel API",