Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.8.0 (2026-09-10)
==================

* Add 'verificatieDatum' attribute for the 'DigitaalAdres' resource.

0.7.0 (2026-09-01)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Klant Client
=================

:Version: 0.7.0
:Version: 0.8.0

A Python client library for interacting with the `Open Klant API <https://github.com/maykinmedia/open-klant>`_.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "open-klant-client"
version = "0.7.0"
version = "0.8.0"
description = "API Client library to communicate with the Open Klant service."
authors = [
{name = "Maykin Media", email = "support@maykinmedia.nl"}
Expand Down Expand Up @@ -66,7 +66,7 @@ markers = [
]

[tool.bumpversion]
current_version = "0.7.0"
current_version = "0.8.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down