Skip to content

Commit

Permalink
feat: Bump minor version (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianNiehusAA authored Jan 21, 2025
1 parent 2b3a1db commit 2fbeee1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
## Unreleased
...
### Features
- New Pharia Kernel connector for calling Skills from a Task
...
### Fixes
...
### Deprecations
...
### Breaking Changes

## 9.1.0
...
### Features
- New Pharia Kernel connector (`KernelTask`) for calling Skills from a Task
- Add `HybridQdrantInMemoryRetriever` enabling hybrid search for in-memory Qdrant collections

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "intelligence-layer"
version = "9.0.2"
version = "9.1.0"
description = ""
authors = ["Aleph Alpha Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2fbeee1

Please sign in to comment.