Skip to content

Commit 3e99d79

Browse files
committed
chore(main): release 2.1.0
1 parent 56a6f61 commit 3e99d79

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/bensteUEM/ChurchToolsAPI/compare/v2.0.0...v2.1.0) (2026-01-21)
4+
5+
6+
### Features
7+
8+
* **persons:** adding add delete person ([#279](https://github.com/bensteUEM/ChurchToolsAPI/issues/279)) ([d93a74d](https://github.com/bensteUEM/ChurchToolsAPI/commit/d93a74df207d426fe1584efc2f9a1eff40d1db77))
9+
10+
11+
### Bug Fixes
12+
13+
* **event_agenda:** get_event_agenda_docx ([cc6f9b0](https://github.com/bensteUEM/ChurchToolsAPI/commit/cc6f9b0c5e80f58813efd1e120975e84bb9bfce9))
14+
* **persons:** NULL value for sexId ([978d021](https://github.com/bensteUEM/ChurchToolsAPI/commit/978d0214d06471917b29a84ff68e9f489afb19be))
15+
* update test for CT version compatibility ([56a6f61](https://github.com/bensteUEM/ChurchToolsAPI/commit/56a6f61f06437d844a648aa9300890c9baf58576))
16+
* upgrade poetry version ([69408e5](https://github.com/bensteUEM/ChurchToolsAPI/commit/69408e55610e3506f0e6c4753512ed673167d13a))
17+
318
## [2.0.0](https://github.com/bensteUEM/ChurchToolsAPI/compare/v1.8.0...v2.0.0) (2025-05-20)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "churchtools-api"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "A python wrapper for use with ChurchToolsAPI"
55
authors = ["bensteUEM", "kolibri52", "fschrempf"]
66
homepage = "https://github.com/bensteUEM/ChurchToolsAPI"

0 commit comments

Comments
 (0)