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
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Changelog
=========

25.2
26.4
----

* Add health monitoring support.
Release Date: April 22nd, 2026

* Upgrade tooling by @ojii in https://github.com/HENNGE/aiodynamo/pull/203
* Basic health monitoring system by @ojii in https://github.com/HENNGE/aiodynamo/pull/204

24.7
----
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aiodynamo"
version = "24.7"
version = "26.4"
description = "Asyncio DynamoDB client"
authors = [{ name = "Jonas Obrist", email = "jonas.obrist@hennge.com" }]
requires-python = ">=3.10"
Expand Down
Loading