diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abe1d7..695f546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +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.2] + +### Minor Changes +- Properties `CollectionNamePostfix` and `CollectionNamePrefix` from `MemoryStoreHandlerBase` are now `virtual` instead of `abstract`. +- In `EphemeralMemoryStoreHandler`, property `CollectionNamePrefix` has the value `ephemeral-` fixed. + ## [8.1.1] ### Minor Changes diff --git a/Directory.Build.props b/Directory.Build.props index f83c788..8b56281 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,8 +16,8 @@ - 8.1.1 - + 8.1.2 + preview-1