Skip to content

Commit 396f172

Browse files
authored
Merge pull request #294 from EasyPost/v3.2.0
chore: prepare v3.2.0 for release
2 parents 35b9d93 + 1ffff69 commit 396f172

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## Next Release
44

5-
- Adds `billing_type` attribute in CarrierAccount and Rate classes.
6-
- Collect OS details in User-Agent header.
5+
- Adds `DeletePaymentMethod`, `FundWallet`, and `RetrievePaymentMethods` functions
6+
- Adds `billing_type` attribute in CarrierAccount and Rate classes
7+
- Adds support for webhook secrets
8+
- Collect OS details in User-Agent header
9+
- Update functions now use `patch` instead of `put` under the hood to better match the API behavior and documentation. Behavior of these functions should remain the same
710

811
## v3.1.0 (2022-05-19)
912

EasyPost.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>EasyPost-Official</id>
55
<title>EasyPost (Official)</title>
6-
<version>3.1.0</version>
6+
<version>3.2.0</version>
77
<authors>EasyPost</authors>
88
<owners>EasyPost</owners>
99
<projectUrl>https://www.easypost.com</projectUrl>

EasyPost/Properties/VersionInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22

33
// Version information for an assembly must follow semantic versioning
4-
[assembly: AssemblyVersion("3.1.0")]
5-
[assembly: AssemblyFileVersion("3.1.0")]
6-
[assembly: AssemblyInformationalVersion("3.1.0")]
4+
[assembly: AssemblyVersion("3.2.0")]
5+
[assembly: AssemblyFileVersion("3.2.0")]
6+
[assembly: AssemblyInformationalVersion("3.2.0")]

0 commit comments

Comments
 (0)