Skip to content

Commit

Permalink
Merge pull request #301 from EasyPost/v3.3.0
Browse files Browse the repository at this point in the history
chore: prepares v3.3.0 for release
  • Loading branch information
Justintime50 authored Jul 18, 2022
2 parents fecd4ea + 12807e4 commit d23f78d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## Next Release
- Adds `generate_form` function for Shipment object
## v3.3.0 (2022-07-18)

- Adds ability to generate shipment forms via `generate_form` function

## v3.2.0 (2022-07-11)

Expand Down
2 changes: 1 addition & 1 deletion EasyPost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EasyPost-Official</id>
<title>EasyPost (Official)</title>
<version>3.2.0</version>
<version>3.3.0</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://www.easypost.com</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions EasyPost/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;

// Version information for an assembly must follow semantic versioning
[assembly: AssemblyVersion("3.2.0")]
[assembly: AssemblyFileVersion("3.2.0")]
[assembly: AssemblyInformationalVersion("3.2.0")]
[assembly: AssemblyVersion("3.3.0")]
[assembly: AssemblyFileVersion("3.3.0")]
[assembly: AssemblyInformationalVersion("3.3.0")]

0 comments on commit d23f78d

Please sign in to comment.