From deee4156ef28bf47d3cc2751089411815eca7b67 Mon Sep 17 00:00:00 2001 From: Megetood <372716291@qq.com> Date: Mon, 7 Nov 2022 16:03:03 +0800 Subject: [PATCH] release 2.0.6 --- CHANGELOG.md | 11 ++++++++++- version.go | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a47e52..a57cf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.6] - 2022-11-07 +### Added +- Add AES signature https://github.com/AfterShip/aftership-sdk-go/pull/58 + +## [2.0.5] - 2022-07-28 +### Changed +- Add tracking fields https://github.com/AfterShip/aftership-sdk-go/pull/56 + ## [2.0.4] - 2022-07-20 ### Added - Add predict-batch endpoint and update tracking fields https://github.com/AfterShip/aftership-sdk-go/pull/42 @@ -34,7 +42,8 @@ Compatibility - Use `go mod` to organize the Go modules - Error handling - +[2.0.6]: https://github.com/AfterShip/aftership-sdk-go/compare/2.0.5...2.0.6 +[2.0.5]: https://github.com/AfterShip/aftership-sdk-go/compare/2.0.4...2.0.5 [2.0.4]: https://github.com/AfterShip/aftership-sdk-go/compare/v2.0.3...2.0.4 [2.0.3]: https://github.com/AfterShip/aftership-sdk-go/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/AfterShip/aftership-sdk-go/compare/v2.0.1...v2.0.2 diff --git a/version.go b/version.go index 585e63e..d862bd8 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package aftership // VERSION is the version number of this package -const VERSION string = "2.0.4" +const VERSION string = "2.0.6"