Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from Beaelf/feature/release-2.0.6
Browse files Browse the repository at this point in the history
release 2.0.6
  • Loading branch information
Beaelf authored Nov 7, 2022
2 parents fc8b2f2 + deee415 commit 970f821
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 970f821

Please sign in to comment.