diff --git a/Changes.md b/Changes.md
index c9192d1..14aa7d1 100644
--- a/Changes.md
+++ b/Changes.md
@@ -3,6 +3,10 @@
Version History
-------------------
+* v0.8.5 update
+ 1. Change all id field to 64bit integer (unsigned long) to prevent overflow. #560
+ 2. Add WCCustomerItem for get customer by email endpoint.
+ 3. Escape all querystrings.
* v0.8.4 update
1. Change all id field to 64bit integer (unsigned long) to prevent overflow. #560
2. Create RestClient.cs to use HttpClient, as Blazor does not support HttpWebRequest. PR#639
diff --git a/License.md b/License.md
index e94c82c..e40e3af 100644
--- a/License.md
+++ b/License.md
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2015-2021 James Yang
+Copyright (c) 2015-2023 James Yang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/WooCommerce.NET.csproj b/WooCommerce.NET.csproj
index 21146e4..2c47e55 100644
--- a/WooCommerce.NET.csproj
+++ b/WooCommerce.NET.csproj
@@ -3,11 +3,11 @@
netstandard2.0
WooCommerceNET
- 0.8.4
+ 0.8.5
JamesYang@NZ
JamesYang@NZ
A .NET Wrapper for WooCommerce/WordPress REST API
- Copyright © 2015 - 2021 James Yang@NZ
+ Copyright © 2015 - 2023 James Yang@NZ
https://github.com/XiaoFaye/WooCommerce.NET
WooCommerce.NET is a .NET library for calling WooCommerce/WordPress REST API in .NET applications.
@@ -15,24 +15,24 @@
GitHub: https://github.com/XiaoFaye/WooCommerce.NET
Changes Doc: https://github.com/XiaoFaye/WooCommerce.NET/blob/master/Changes.md
-* v0.8.4 update
+* v0.8.5 update
1. Change all id field to 64bit integer (unsigned long) to prevent overflow. #560
- 2. Create RestClient.cs to use HttpClient, as Blazor does not support HttpWebRequest. PR#639
- 3. Accept '&' in password while calling WordPress Restful API. PR#527
- 4. Close HttpWebRequest write stream when finish. PR#529
- 5. Add WCObject.MetaDisplayValueProcessor function. PR#600
- 6. Add OrderCouponLineMeta class. PR#600
- 7. Change MetaData.display_value field to type object and run it through MetaDisplayValueProcessor() if configured. PR#600
+ 2. Add WCCustomerItem for get customer by email endpoint.
+ 3. Escape all querystrings.
true
- 0.8.4.0
+ 0.8.5.0
false
sn.key.snk
License.md
true
- 0.8.4.0
+ 0.8.5.0
WooCommerce Wordpress Restful API
+
+
+
+
True