You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,26 @@
1
1
## [Unreleased]
2
2
### Added
3
+
4
+
### Changed
5
+
6
+
### Deprecated
7
+
8
+
### Removed
9
+
10
+
### Fixed
11
+
12
+
### Security
13
+
14
+
## [0.12.0] - 2022-12-06
15
+
### Added
16
+
- Add order model
3
17
- Add attr_accessor for `service` to class `Shipcloud::Shipment` to be able to access the service attribute at the shipment object.
4
18
- Add attr_accessor for `additional_services` to class `Shipcloud::Shipment` to be able to access the additional_services attribute at the shipment object.
5
19
- Add attr_reader for `label_voucher_url` to class `Shipcloud::Shipment` to be able to read the label_voucher_url (QR Code url) attribute at the shipment object.
6
20
- Added missing `frozen_string_literal: true` magic comments to files
0 commit comments