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

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
- Added
  - Add attr_reader for `id` to class `Shipcloud::Address` to be able to
    get the id of a created address
  - Add attr_reader for `id` to class `Shipcloud::Webhook` to be able to
    get the id of a created webhook
  - Add attr_reader for `customs_declaration` to class
    `Shipcloud::Shipment` to be able to get the `customs_declaration`
    of a created shipment
  • Loading branch information
sfroehler committed Jan 9, 2019
1 parent 90519b0 commit d621d64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## [Unreleased]
### Added
- Add attr_reader for `id` to class `Shipcloud::Address` to be able to get the id of a created address
- Add attr_reader for `id` to class `Shipcloud::Webhook` to be able to get the id of a created webhook
- Add attr_reader for `customs_declaration` to class `Shipcloud::Shipment` to be able to get the `customs_declaration` of a created shipment

### Changed

### Deprecated
Expand All @@ -13,6 +11,12 @@

### Security

## [0.9.0] - 2019-01-09
### Added
- Add attr_reader for `id` to class `Shipcloud::Address` to be able to get the id of a created address
- Add attr_reader for `id` to class `Shipcloud::Webhook` to be able to get the id of a created webhook
- Add attr_reader for `customs_declaration` to class `Shipcloud::Shipment` to be able to get the `customs_declaration` of a created shipment

## [0.8.0] - 2017-07-03
### Added
- Add attribute ```metadata``` to class ```Shipcloud::Shipment``` in order to transmit JSON data (#16).
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.8.0".freeze
VERSION = "0.9.0".freeze
end

0 comments on commit d621d64

Please sign in to comment.