Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit d17aa6b

Browse files
committed
v0.11.0
- Added - Support shipments with pickup requests as required for [TNT](https://developers.shipcloud.io/carriers/tnt.html). - Add attr_accessor for `email` to class `Shipcloud::Address` to be able to access the email attribute at the address object.
1 parent b78bfd9 commit d17aa6b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## [0.11.0] - 2020-07-28
22
### Added
33
- Support shipments with pickup requests as required for [TNT](https://developers.shipcloud.io/carriers/tnt.html).
44
- Add attr_accessor for `email` to class `Shipcloud::Address` to be able to access the email attribute at the address object.
@@ -13,6 +13,19 @@
1313

1414
### Security
1515

16+
## [Unreleased]
17+
### Added
18+
19+
### Changed
20+
21+
### Deprecated
22+
23+
### Removed
24+
25+
### Fixed
26+
27+
### Security
28+
1629
## [0.10.0] - 2019-08-07
1730
### Added
1831
- Add the possibility to specify custom affiliate_id on every request

lib/shipcloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Shipcloud
2-
VERSION = "0.10.0".freeze
2+
VERSION = "0.11.0".freeze
33
end

0 commit comments

Comments
 (0)