Skip to content

Commit 38bf01a

Browse files
authored
Prepare for release (#335)
1 parent c417b61 commit 38bf01a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.5] - 02.06.2025
11+
1012
### Changed
1113
- Bearer token is propagated through the `httpx_client`.
1214
- Use `.model_dump(exclude_defaults=True)` for auto-generated classes dumping.

backend/src/neuroagent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Neuroagent package."""
22

3-
__version__ = "0.5.4"
3+
__version__ = "0.5.5"

0 commit comments

Comments
 (0)