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

0.3.0 (2025-12-05)
==================

* Add 'methods' namespace for convenience methods.
* Add 'maak-klant-contact' convenience method.

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

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.2.0"
version = "0.3.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.2.0"
current_version = "0.3.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down