diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c4b53dbb780dccce696206e7b775c680734405..df3203d5fd3c3376a6b28708751af9310b4d9e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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] +## [0.1.4] +### Added +* Add SR info to the mapper output: Gender, Firstname, Lastname, IsCompany, CompanyName, Birthdate and Phone. + ## [0.1.3] ### Added * Add sponsor and coop agreement data to Partner response. [#4](https://gitlab.com/coopdevs/odoo-somconnexio-python-client/-/merge_requests/4) diff --git a/setup.py b/setup.py index acda4af9bfc6a93d1acfa5cb4bf52acddcab69af..1add29a022aff0d194d93bf18b0c8ce4ec461580 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as f: README = f.read() -VERSION = "0.1.3" +VERSION = "0.1.4" ########