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 #62 from Beaelf/feature/release-2.0.7
Browse files Browse the repository at this point in the history
release 2.0.7
  • Loading branch information
Beaelf authored Nov 17, 2022
2 parents 6316122 + cbc77c3 commit abd0634
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.7] - 2022-11-17
### Added
- add shipment_tags field https://github.com/AfterShip/aftership-sdk-go/pull/61
### Changed
- Make HTTP client configurable https://github.com/AfterShip/aftership-sdk-go/pull/60

## [2.0.6] - 2022-11-07
### Added
- Add AES signature https://github.com/AfterShip/aftership-sdk-go/pull/58
Expand Down Expand Up @@ -42,6 +48,7 @@ Compatibility
- Use `go mod` to organize the Go modules
- Error handling

[2.0.7]: https://github.com/AfterShip/aftership-sdk-go/compare/2.0.6...2.0.7
[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
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.6"
const VERSION string = "2.0.7"

0 comments on commit abd0634

Please sign in to comment.