diff --git a/CHANGELOG.md b/CHANGELOG.md index 904c7556d..7ddfdea4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Removed + +### Changed + +### Fixed + +### Docs + + +## [0.7.8] - 2023-06-08 + +### Added + - Support loading models from Jina's huggingface site. ([#751](https://github.com/jina-ai/finetuner/pull/751)) - Add multilingual model for training data generation job. ([#750](https://github.com/jina-ai/finetuner/pull/750)) diff --git a/setup.cfg b/setup.cfg index a3270ae03..f6a78d588 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.7.7 +version = 0.7.8 [flake8] # E501 is too long lines - ignore as black takes care of that