diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adf4fd7eff1cd22fb325c463adbf3bdaca86736..5b14a8e94ee4b49b51631e43001179a174288a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ 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.14] - 2021-03-15 ### Fixed * Concat second lastname to portability contract data [#16](https://gitlab.com/coopdevs/odoo-somconnexio-python-client/-/merge_requests/16) diff --git a/setup.py b/setup.py index bd577603508808b3204db8556a720d359350a79c..e058036ce33d4556110acda7dda3a6fbc5165fd0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as f: README = f.read() -VERSION = "0.1.13" +VERSION = "0.1.14" ########