diff --git a/CHANGELOG.md b/CHANGELOG.md index aca3f4d..f499a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,12 @@ Also, any bug fix must start with the prefix �Bug fix:� followed by the desc Previous classification is not required if changes are simple or all belong to the same category. +## [8.1.6] +### Breaking Changes + + - Renamed `UserId` to `IndexerId` in `ChatMessageHistoryRecord`. This change requires consumers to update their database to match the new property name. + - In case of using Cosmos DB, `IndexerId` should be the new partition key of the collection. You can learn how to change the partition key and do the data migration [here](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/change-partition-key). ## [8.1.5] diff --git a/Directory.Build.props b/Directory.Build.props index 6d8540c..713c2f0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,8 +16,8 @@ - 8.1.5 - + 8.1.6 + preview-01