diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c673252..9d0e367af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [0.37.0] + +### Updated +- Increase compat bound for FlashRank to 0.4 + ## [0.36.0] ### Added diff --git a/Project.toml b/Project.toml index 798a7673a..dfad05dc6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PromptingTools" uuid = "670122d1-24a8-4d70-bfce-740807c42192" authors = ["J S @svilupp and contributors"] -version = "0.36.0" +version = "0.37.0" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -39,7 +39,7 @@ AbstractTrees = "0.4" Aqua = "0.7" Base64 = "<0.0.1, 1" Dates = "<0.0.1, 1" -FlashRank = "0.2" +FlashRank = "0.4" GoogleGenAI = "0.3" HTTP = "1" JSON3 = "1"