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

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sfroehler committed Jul 3, 2017
1 parent ca5093d commit de107d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.8.0] - 2017-07-03
### 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
Expand All @@ -8,10 +21,6 @@
- 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

### Removed

### Changed

### Fixed
- Parse response only when it is not empty

Expand Down
2 changes: 1 addition & 1 deletion lib/shipcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Shipcloud
VERSION = "0.7.0"
VERSION = "0.8.0".freeze
end

0 comments on commit de107d7

Please sign in to comment.