Skip to content

Commit

Permalink
v0.12.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
malachewhiz committed Dec 6, 2022
1 parent 1bd9920 commit 316f480
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.12.0] - 2022-12-06
### Added
- Add order model
- Add attr_accessor for `service` to class `Shipcloud::Shipment` to be able to access the service attribute at the shipment object.
- Add attr_accessor for `additional_services` to class `Shipcloud::Shipment` to be able to access the additional_services attribute at the shipment object.
- 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.
- Added missing `frozen_string_literal: true` magic comments to files

### Changed
- Ensure compatibility with ruby 2.x and 3.x
- Set required ruby version to >= 2.6
- Replace Travis CI with CircleCI
- Specify simplecov to be ~> 0.21.0
Expand Down
2 changes: 1 addition & 1 deletion lib/shipcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Shipcloud
VERSION = "0.11.0"
VERSION = "0.12.0"
end

0 comments on commit 316f480

Please sign in to comment.