From 60f35134b5e8e34f8b91465ceccf6f18293f48fa Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Mon, 6 Nov 2023 14:01:41 -0700 Subject: [PATCH] - Prep for 1.4.0 release (#9) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5b79e..0470568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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