Skip to content

Commit bd7c607

Browse files
authored
Prepare for release (#8)
* Prepare for release * Update changelog
1 parent 7918225 commit bd7c607

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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.0.9] - 14.02.2025
11+
1012
### Added
1113
- Bearer token insertion in FastAPI UI.
1214

src/scholarag/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Scholarag: A pipeline for RAG on scientific articles."""
22

3-
__version__ = "0.0.8"
3+
__version__ = "0.0.9"

0 commit comments

Comments
 (0)