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

Commit de107d7

Browse files
committed
v0.8.0
- Added - Add attribute ```metadata``` to class ```Shipcloud::Shipment``` in order to transmit JSON data (#16). - Add resource pickup_request in order to submit pickup request to shipcloud - Add attribute ```pickup_address``` to class ```Shipcloud::PickupRequest``` to submit an alternative address for pickup request to shipcloud - Add attribute ```deactivated``` to class ```Shipcloud::Webhook``` - Add ```affiliate_id``` to ```Shipcloud::Configuration``` and submit it (or a default affiliate id) via API headers to shipcloud - Add class ```Shipcloud::Tracker``` with create, find, and index operations - Fixed - Parse response only when it is not empty
1 parent ca5093d commit de107d7

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## [Unreleased]
22
### Added
3+
4+
### Changed
5+
6+
### Deprecated
7+
8+
### Removed
9+
10+
### Fixed
11+
12+
### Security
13+
14+
## [0.8.0] - 2017-07-03
15+
### Added
316
- Add attribute ```metadata``` to class ```Shipcloud::Shipment``` in order to transmit JSON data (#16).
417
- Add resource pickup_request in order to submit pickup request to shipcloud
518
- Add attribute ```pickup_address``` to class ```Shipcloud::PickupRequest``` to submit an alternative address for pickup request to shipcloud
@@ -8,10 +21,6 @@
821
- Add ```affiliate_id``` to ```Shipcloud::Configuration``` and submit it (or a default affiliate id) via API headers to shipcloud
922
- Add class ```Shipcloud::Tracker``` with create, find, and index operations
1023

11-
### Removed
12-
13-
### Changed
14-
1524
### Fixed
1625
- Parse response only when it is not empty
1726

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.7.0"
2+
VERSION = "0.8.0".freeze
33
end

0 commit comments

Comments
 (0)