diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b5d37..33c54ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.2.0] - 2026-01-28 + +### Added + +- Improved Vectorisers - More ways to use GcpVectoriser. +- Hooks - User defined hook functions for custom input and output VectorStore logic. +- Dataclasses - Data objects for interfacing with core VectorStore methods. +- Documentation and Demo - README updates, Jupyter Notebooks for running server, hooks and more. + ## [v0.1.0] - 2025-11-04 ### Added