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

Commit d621d64

Browse files
committed
v0.9.0
- 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
1 parent 90519b0 commit d621d64

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## [Unreleased]
22
### Added
3-
- Add attr_reader for `id` to class `Shipcloud::Address` to be able to get the id of a created address
4-
- Add attr_reader for `id` to class `Shipcloud::Webhook` to be able to get the id of a created webhook
5-
- Add attr_reader for `customs_declaration` to class `Shipcloud::Shipment` to be able to get the `customs_declaration` of a created shipment
3+
64
### Changed
75

86
### Deprecated
@@ -13,6 +11,12 @@
1311

1412
### Security
1513

14+
## [0.9.0] - 2019-01-09
15+
### Added
16+
- Add attr_reader for `id` to class `Shipcloud::Address` to be able to get the id of a created address
17+
- Add attr_reader for `id` to class `Shipcloud::Webhook` to be able to get the id of a created webhook
18+
- Add attr_reader for `customs_declaration` to class `Shipcloud::Shipment` to be able to get the `customs_declaration` of a created shipment
19+
1620
## [0.8.0] - 2017-07-03
1721
### Added
1822
- Add attribute ```metadata``` to class ```Shipcloud::Shipment``` in order to transmit JSON data (#16).

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

0 commit comments

Comments
 (0)