Skip to content

Commit 7b64aac

Browse files
authored
Merge pull request #332 from EasyPost/v3.6.0
chore: prepares v3.6.0 for release
2 parents be20540 + 2f95d79 commit 7b64aac

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# CHANGELOG
22

3-
## NEXT RELEASE
3+
## v3.6.0 (2022-09-21)
44

55
- Adds `end_shipper_id` shipment option
6-
- Can indicate an EndShipper ID when buying a shipment
7-
- Add White Label features:
6+
- Adds support to pass an EndShipper ID when buying a shipment
7+
- Add Partner White Label support:
88
- Create a referral customer
99
- Update a referral customer's email address
1010
- List all referral customers
1111
- Add a credit card to a referral customer's account
1212

13-
1413
## v3.5.0 (2022-08-25)
1514

1615
- Adds `ValidateWebhook` function

EasyPost.nuspec

Lines changed: 1 addition & 1 deletion
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.5.0</version>
6+
<version>3.6.0</version>
77
<authors>EasyPost</authors>
88
<owners>EasyPost</owners>
99
<projectUrl>https://www.easypost.com</projectUrl>

EasyPost/Properties/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
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.5.0")]
5-
[assembly: AssemblyFileVersion("3.5.0")]
6-
[assembly: AssemblyInformationalVersion("3.5.0")]
4+
[assembly: AssemblyVersion("3.6.0")]
5+
[assembly: AssemblyFileVersion("3.6.0")]
6+
[assembly: AssemblyInformationalVersion("3.6.0")]

0 commit comments

Comments
 (0)