chore(main): release 0.0.240 (#2515)

🤖 I have created a release *beep* *boop*
---


## 0.0.240 (2024-04-29)

## What's Changed
* feat(supabase): Add logging statements and refactor Supabase client
creation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2514
* feat(backend): use SQLAlchemy instead od supabase API by @dmourot in
https://github.com/QuivrHQ/quivr/pull/2516


**Full Changelog**:
https://github.com/QuivrHQ/quivr/compare/v0.0.239...v0.0.240

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-04-29 13:30:10 +02:00 committed by GitHub
parent 5717fdc1d5
commit dedb78c84d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,14 @@
# Changelog
## 0.0.240 (2024-04-29)
## What's Changed
* feat(supabase): Add logging statements and refactor Supabase client creation by @StanGirard in https://github.com/QuivrHQ/quivr/pull/2514
* feat(backend): use SQLAlchemy instead od supabase API by @dmourot in https://github.com/QuivrHQ/quivr/pull/2516
**Full Changelog**: https://github.com/QuivrHQ/quivr/compare/v0.0.239...v0.0.240
## 0.0.239 (2024-04-28)
## What's Changed