diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f911d8a..c032fde 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,19 @@ Changes ======= +0.36.1 (2024-12-03) +------------------- + +Bugfix release. + +* 🐛 Make it possible to refresh credentials if a client is used over a long period of time. + 0.36.0 (2024-11-02) ------------------- Small feature release that provides an optional dependency via ``zgw-consumers[setup-configuration]`` -* Add a ``django-setup-configuration`` ``ConfigurationStep`` that configures any number of ``Service``s from a YAML file +* Add a ``django-setup-configuration`` ``ConfigurationStep`` that configures any number of ``Service``\s from a YAML file. 0.35.1 (2024-08-15) ------------------- diff --git a/README.rst b/README.rst index a03cc8f..20c500a 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Welcome to ZGW Consumers' documentation! ======================================== -:Version: 0.36.0 +:Version: 0.36.1 :Source: https://github.com/maykinmedia/zgw-consumers :Keywords: OpenAPI, Zaakgericht Werken, Common Ground, NLX diff --git a/pyproject.toml b/pyproject.toml index ce26b0b..96388a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "zgw-consumers" -version = "0.36.0" +version = "0.36.1" description = "Configuration for service (OpenAPI 3 or other) consumers" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -107,7 +107,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.36.0" +current_version = "0.36.1" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"}, diff --git a/zgw_consumers/locale/nl/LC_MESSAGES/django.po b/zgw_consumers/locale/nl/LC_MESSAGES/django.po index 88ad72f..f2656d0 100644 --- a/zgw_consumers/locale/nl/LC_MESSAGES/django.po +++ b/zgw_consumers/locale/nl/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 0.36.0\n" +"Project-Id-Version: 0.36.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-13 18:00+0200\n" "PO-Revision-Date: 2022-05-17 09:40+02:00\n"