From b64d78a94a6cd1b3ecc92e6f61a06f2f67c5b9f8 Mon Sep 17 00:00:00 2001 From: Daniel Palomar <danypr92@gmail.com> Date: Mon, 18 Jan 2021 15:15:30 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca10bd6..cb9a8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +* Add member field to the Partner resource. [#13](https://gitlab.com/coopdevs/odoo-somconnexio-python-client/-/merge_requests/10) + +### Changed +* Use pytest-recording instead of pytest-vrc for testing HTTP requests. [#12](https://gitlab.com/coopdevs/odoo-somconnexio-python-client/-/merge_requests/12) ## [0.1.10] ### Fixed * Send always a delivery address in CRMLead creation. [#11](https://gitlab.com/coopdevs/odoo-somconnexio-python-client/-/merge_requests/11) -- GitLab