diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c67d26..46232f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.13.0.1 (April 03, 2023)
+
+**BUG FIXES:**
+
+ * [GH-312](https://github.com/rajanadar/VaultSharp/issues/312) Fix ```rotation_period``` deserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.
+
## 1.13.0.1-beta1 (April 01, 2023)
**BUG FIXES:**
diff --git a/VaultSharpNugetPackages/1.13.0.1/VaultSharp.1.13.0.1.nupkg b/VaultSharpNugetPackages/1.13.0.1/VaultSharp.1.13.0.1.nupkg
new file mode 100644
index 0000000..6d69c19
Binary files /dev/null and b/VaultSharpNugetPackages/1.13.0.1/VaultSharp.1.13.0.1.nupkg differ
diff --git a/VaultSharpNugetPackages/1.13.0.1/VaultSharp.1.13.0.1.snupkg b/VaultSharpNugetPackages/1.13.0.1/VaultSharp.1.13.0.1.snupkg
new file mode 100644
index 0000000..56ca441
Binary files /dev/null and b/VaultSharpNugetPackages/1.13.0.1/VaultSharp.1.13.0.1.snupkg differ
diff --git a/src/VaultSharp/VaultSharp.csproj b/src/VaultSharp/VaultSharp.csproj
index 9eb9edc..4accb0c 100644
--- a/src/VaultSharp/VaultSharp.csproj
+++ b/src/VaultSharp/VaultSharp.csproj
@@ -6,7 +6,7 @@