diff --git a/docs/changelog.md b/docs/changelog.md index 7e87f6b1..341b99e1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,16 +2,28 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [0.11.0] - 01-16-2024 + +### Added + +- Group of PEPs, create a new type of PEP called a "POP" (a PEP of PEPs) +- Ability to star/favorite a PEP +- Updated search functionality to be more robust + +### Changed + +- Switch to `fastembed` for query embeddings to lower container size +- Minor UI updates + ## [0.10.5] - 12-04-2023 ### Changed -- optimized web interface fetching of PEP annotation data. +- optimized web interface fetching of PEP annotation data. ### Added -- project annotation endpoint (#234) - +- project annotation endpoint (#234) # [0.10.4] - 10-02-2023 diff --git a/pephub/_version.py b/pephub/_version.py index c2120956..ae6db5f1 100644 --- a/pephub/_version.py +++ b/pephub/_version.py @@ -1 +1 @@ -__version__ = "0.11.0rc2" +__version__ = "0.11.0"