diff --git a/src/SparkPost/IClient.cs b/src/SparkPost/IClient.cs
index b2d2edf..1adc256 100644
--- a/src/SparkPost/IClient.cs
+++ b/src/SparkPost/IClient.cs
@@ -1,4 +1,4 @@
-namespace SparkPost
+namespace SparkPost
{
///
/// Provides access to the SparkPost API.
@@ -67,6 +67,11 @@ public interface IClient
///
IMetrics Metrics { get; }
+ ///
+ /// Gets access to the Email Recipient Validation resource of the SparkPost API.
+ ///
+ IRecipientValidation RecipientValidations { get; }
+
///
/// Gets the API version supported by this client.
///
diff --git a/src/SparkPost/SparkPost.csproj b/src/SparkPost/SparkPost.csproj
index 2e797d4..fa8500a 100644
--- a/src/SparkPost/SparkPost.csproj
+++ b/src/SparkPost/SparkPost.csproj
@@ -5,9 +5,9 @@
SparkPost
SparkPost API
Copyright 2022
- 2.0.1
- 2.0.1
- 2.0.1
+ 2.0.2
+ 2.0.2
+ 2.0.2
Darren Cauthon; Adam Hathcock
https://www.sparkpost.com/sites/default/files/attachments/SparkPost_Logo_2-Color_Gray-Orange_RGB.svg
SparkPost