diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index 33dedea..de60697 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Unreleased +## [v0.1.6] - 2024-11-04 ### Added diff --git a/backend/src/app/__init__.py b/backend/src/app/__init__.py index 980554f..636a5df 100644 --- a/backend/src/app/__init__.py +++ b/backend/src/app/__init__.py @@ -1,3 +1,3 @@ """Knowledge Table API package.""" -__version__ = "v0.1.5" +__version__ = "v0.1.6" diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index fae6fe4..78bc1e9 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -5,11 +5,13 @@ 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). -## Unreleased +## [v0.1.6] - 2024-11-04 ### Added - Added the resolved entities modal to view the full answer with resolved entities +- Added a rules panel to the UI to view current entity resolution rules +- Can undo rules in the UI ### Changed