diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95179099..39c454ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [7.0.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.1...v7.0.2) (2024-08-03)
+
+
+### Bug Fixes
+
+* Preserve annotations when adjusting index ([#832](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/832)) ([e765340](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/e765340a3c74268cadf191a55e9a5c082894c2bd))
+* strategy wrapper no longer throws on a null context, instead passing it to the actual strategy ([#863](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/863)) ([2b165c7](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2b165c77db4f82244e33fe1823e865f30b2a3ea2))
+
## [7.0.1](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.0...v7.0.1) (2024-04-28)
diff --git a/README.md b/README.md
index a3303ceb..c0c7de32 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) Finbuckle.MultiTenant 7.0.1
+# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) Finbuckle.MultiTenant 7.0.2
## About Finbuckle.MultiTenant
@@ -11,7 +11,7 @@ Current publish feed release:
Table of Contents
-1. [What's New in v7.0.1](#whats-new)
+1. [What's New in v7.0.2](#whats-new)
2. [Quick Start](#quick-start)
3. [Documentation](#documentation)
4. [Sample Projects](#sample-projects)
@@ -23,9 +23,9 @@ Table of Contents
10. [Building from Source](#building-from-source)
11. [Running Unit Tests](#running-unit-tests)
-## What's New in v7.0.1
+## What's New in v7.0.2
-> This section only lists release update details specific to v7.0.1. See
+> This section only lists release update details specific to v7.0.2. See
> the [changelog file](CHANGELOG.md) for all release update details.
@@ -33,7 +33,8 @@ Table of Contents
### Bug Fixes
-* only throw exception in EnforceMultiTenant for null tenant if there are entity changes. ([#819](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/819)) ([ca9e9fd](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/ca9e9fd9a55789d790d31f82756e5ecdac03a28f))
+* Preserve annotations when adjusting index ([#832](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/832)) ([e765340](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/e765340a3c74268cadf191a55e9a5c082894c2bd))
+* strategy wrapper no longer throws on a null context, instead passing it to the actual strategy ([#863](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/863)) ([2b165c7](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2b165c77db4f82244e33fe1823e865f30b2a3ea2))
## Quick Start
diff --git a/docs/History.md b/docs/History.md
index c513ac90..5af6fe18 100644
--- a/docs/History.md
+++ b/docs/History.md
@@ -1,6 +1,14 @@
# Version History
+## [7.0.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.1...v7.0.2) (2024-08-03)
+
+
+### Bug Fixes
+
+* Preserve annotations when adjusting index ([#832](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/832)) ([e765340](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/e765340a3c74268cadf191a55e9a5c082894c2bd))
+* strategy wrapper no longer throws on a null context, instead passing it to the actual strategy ([#863](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/863)) ([2b165c7](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2b165c77db4f82244e33fe1823e865f30b2a3ea2))
+
## [7.0.1](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.0...v7.0.1) (2024-04-28)
diff --git a/docs/Index.md b/docs/Index.md
index 9caf75f4..326c7d3e 100644
--- a/docs/Index.md
+++ b/docs/Index.md
@@ -1,6 +1,6 @@
[Introduction](Introduction)
-[What's New in v7.0.1](WhatsNew)
+[What's New in v7.0.2](WhatsNew)
[Version History](History)
diff --git a/docs/Introduction.md b/docs/Introduction.md
index 7d8a14eb..5726feb1 100644
--- a/docs/Introduction.md
+++ b/docs/Introduction.md
@@ -1,4 +1,4 @@
-# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) Finbuckle.MultiTenant 7.0.1
+# ![Finbuckle Logo](https://www.finbuckle.com/images/finbuckle-32x32-gh.png) Finbuckle.MultiTenant 7.0.2
## About Finbuckle.MultiTenant
diff --git a/docs/WhatsNew.md b/docs/WhatsNew.md
index 2b200f4c..04d9c772 100644
--- a/docs/WhatsNew.md
+++ b/docs/WhatsNew.md
@@ -1,14 +1,17 @@
-# What's New in v7.0.1
+# What's New in v7.0.2
-> This page only lists release update details specific to v7.0.1. [Release update details for all releases are shown in the history page.](History)
+> This page only lists release update details specific to v7.0.2. [Release update details for all releases are shown in the history page.](History)
-## [7.0.1](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.0...v7.0.1) (2024-04-28)
+## [7.0.2](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.1...v7.0.2) (2024-08-03)
### Bug Fixes
-* only throw exception in EnforceMultiTenant for null tenant if there are entity changes. ([#819](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/819)) ([ca9e9fd](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/ca9e9fd9a55789d790d31f82756e5ecdac03a28f))
+* Preserve annotations when adjusting index ([#832](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/832)) ([e765340](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/e765340a3c74268cadf191a55e9a5c082894c2bd))
+* strategy wrapper no longer throws on a null context, instead passing it to the actual strategy ([#863](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/863)) ([2b165c7](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/2b165c77db4f82244e33fe1823e865f30b2a3ea2))
+
+
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 9b191685..2733e2ba 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,6 +1,6 @@
- 7.0.1
+ 7.0.2
Finbuckle LLC
Copyright Finbuckle LLC, Andrew White, and Contributors
https://www.finbuckle.com/images/finbuckle-128x128.png