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
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
=========
Changelog
=========

0.2.0 (2025-11-12)
==================

* Make 'token' parameter optional for the client initialization.
* Add more query params for the 'DigitaalAdres' resource.

0.1.0 (2025-10-06)
==================

Extacted the code from Open Inwoner and published it on PyPI under 'open-klant-client'.
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.1.0"
version = "0.2.0"
description = "API Client library to communicate with the Open Klant service."
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -66,7 +66,7 @@ markers = [
]

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