Skip to content

Commit ee9aad0

Browse files
committed
🔖 [#315] Release version 2.5.0
1 parent 59dcf5e commit ee9aad0

File tree

6 files changed

+48
-11
lines changed

6 files changed

+48
-11
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 2.4.0
4+
current_version = 2.5.0
55

66
[bumpversion:file:README.rst]
77

CHANGELOG.rst

+35
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22
Change history
33
==============
44

5+
2.5.0
6+
=====
7+
*January, 16, 2025*
8+
9+
**New features**
10+
11+
* Add support for setup configuration
12+
* [#293] Configuring access tokens
13+
* [#294] Admin authentication via OIDC
14+
15+
**Bugfixes/QoL**:
16+
17+
* Add UUID to Klantinteracties admin search fields and fieldsets
18+
* [#254] Fix incorrect URLs being returned in API responses for ``Persoon``, ``Bijlage`` and ``CategorieRelatie``
19+
* [#265] Fix ``adres__icontains`` for GET requests on ``digitaleadressen`` endpoint
20+
* [#272] Make ``digitaalAdres.omschrijving`` not required
21+
* [#252] Make ``Persoon.overlijdensdatum`` optional via admin interface
22+
* Point help text for ``DigitaalAdres.is_standaard_adres`` to correctly cased field name
23+
* [maykinmedia/charts#148] Add timeouts to celery tasks
24+
25+
26+
**Project maintenance**
27+
28+
* [#66] Update zgw-consumers to 0.35.1
29+
* [#66] Update commonground-api-common to 2.1.2
30+
* [#66] Update notifications-api-common to 0.3.1
31+
* Update open-api-framework to 0.9.2
32+
* Add documentation for OpenKlant v2 semantic information model
33+
* [maykinmedia/open-api-framework#92] Make sure documentation is built in CI
34+
* [maykinmedia/open-api-framework#92] Fix pushing of Docker latest tag
35+
* Fix code-analysis workflow
36+
* [maykinmedia/open-api-framework#81] Switch from pip-compile to UV
37+
* [maykinmedia/open-api-framework#93] Security updates for third party libraries
38+
39+
540
2.4.0
641
=====
742
*November, 26, 2024*

README.rst

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Klant
33
==========
44

5-
:Version: 2.4.0
5+
:Version: 2.5.0
66
:Source: https://github.com/maykinmedia/open-klant
77
:Keywords: klanten, klantinteracties, contactmomenten, api, common ground
88
:License: EUPL
@@ -39,15 +39,17 @@ Open Klant versie API versie Release datum API specificatie
3939
================== ============== ============= ================
4040
master/latest n/a n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/master/src/openklant/components/klantinteracties/openapi.yaml>`_,
4141
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/master/src/openklant/components/klantinteracties/openapi.yaml>`_,
42-
(`diff <https://github.com/maykinmedia/open-klant/compare/2.4.0..master>`_)
43-
2.4.0 0.0.3+ 2024-11-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.4.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
42+
(`diff <https://github.com/maykinmedia/open-klant/compare/2.5.0..master>`_)
43+
2.5.0 0.0.4 2025-01-16 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.5.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
44+
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.5.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
45+
(`diff <https://github.com/maykinmedia/open-klant/compare/2.4.0..2.5.0>`_)
46+
2.4.0 0.0.3 2024-11-22 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.4.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
4447
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.4.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
45-
4648
(`diff <https://github.com/maykinmedia/open-klant/compare/2.3.0..2.4.0>`_)
47-
2.3.0 0.0.3+ 2024-09-05 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.3.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
49+
2.3.0 0.0.3 2024-09-05 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.3.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
4850
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.3.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
4951
(`diff <https://github.com/maykinmedia/open-klant/compare/2.1.0..2.3.0>`_)
50-
2.1.0 0.0.3+ 2024-07-16 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.1.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
52+
2.1.0 0.0.3 2024-07-16 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.1.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
5153
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.1.0/src/openklant/components/klantinteracties/openapi.yaml>`_,
5254
(`diff <https://github.com/maykinmedia/open-klant/compare/2.0.0..2.1.0>`_)
5355
2.0.0 0.0.3 2024-03-15 `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-klant/2.0.0/src/openklant/components/klantinteracties/openapi.yaml>`_,

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openklant",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "openklant project",
55
"main": "src/static/openklant/js/openklant.js",
66
"directories": {

src/openklant/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .celery import app as celery_app
22

33
__all__ = ("celery_app",)
4-
__version__ = "2.4.0"
4+
__version__ = "2.5.0"
55
__author__ = "Maykin"
66
__homepage__ = "https://github.com/maykinmedia/open-klant"

0 commit comments

Comments
 (0)