From e467e3976cf6e53a8b15e90790119c868175aa40 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Thu, 4 Feb 2021 12:02:51 +0100 Subject: [PATCH] :bookmark: Bumped version to 1.2.0 and updated changelog --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 11 +++++++++++ README.rst | 2 +- setup.cfg | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 73dbdf3..acf19d2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 1.1.2 +current_version = 1.2.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index deb70aa..9a0f2e2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +1.2.0 (2021-02-04) +------------------ + +This release fixes a number of bugs and adds some new functionality. + +* Added setting to configure main repository ID +* Improved readability of logging statements for webservice calls +* Added a URL mapper to deal with URL-length limitations (#37) +* Fixed being able to update ``Gebruiksrechten`` resource +* Fixed missing filename extensions in CMIS requests (#40) + 1.1.2 (2020-12-10) ------------------ diff --git a/README.rst b/README.rst index 648d44e..8031296 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Documenten API CMIS adapter =========================== -:Version: 1.1.2 +:Version: 1.2.0 :Source: https://github.com/open-zaak/cmis-adapter :Keywords: CMIS, Documenten API, VNG, Common Ground :PythonVersion: 3.7 diff --git a/setup.cfg b/setup.cfg index 1a383e9..01bac60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = drc-cmis -version = 1.1.2 +version = 1.2.0 description = An adapter to manage Documenten API resources in a CMIS backend. long_description = file: README.rst url = https://github.com/open-zaak/cmis-adapter