Skip to content

Commit

Permalink
- Prep for 1.4.0 release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Nov 6, 2023
1 parent 8fef081 commit 60f3513
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2023-11-06

### Added

- New `Money` class for representing monetary values
- New `GetAccountBalance` function for getting the balance of an EasyPost account
- New methods on a `User` instance to retrieve monetary values as `Money` instances

## [1.3.0] - 2023-08-30

### Added
Expand Down Expand Up @@ -140,7 +148,9 @@ var params = new EasyPost.Extensions.Parameters.V2.Address.Create {};
- `BuildApiBaseUrl` method for generating EasyPost API URLs
- Parameter objects for constructing EasyPost API request parameters using typed objects

[Unreleased]: https://github.com/nwithan8/easypost-extensions-dotnet/compare/1.3.0...HEAD
[Unreleased]: https://github.com/nwithan8/easypost-extensions-dotnet/compare/1.4.0...HEAD

[1.4.0]: https://github.com/nwithan8/easypost-extensions-dotnet/compare/1.3.0...1.4.0

[1.3.0]: https://github.com/nwithan8/easypost-extensions-dotnet/compare/1.2.0...1.3.0

Expand Down

0 comments on commit 60f3513

Please sign in to comment.