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

Commit f52e3c6

Browse files
committed
v0.10.0
- Added - Add the possibility to specify custom affiliate_id on every request - Removed - Removed support for ruby < 2.3. Target ruby version is 2.6
1 parent 883d616 commit f52e3c6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
## [Unreleased]
2-
- Add the possibility to specify custom affiliate_id on every request
32
### Added
43

54
### Changed
65

76
### Deprecated
87

98
### Removed
10-
- Removed support for ruby < 2.3. Target ruby version is 2.6
119

1210
### Fixed
1311

1412
### Security
1513

14+
## [0.10.0] - 2019-08-07
15+
### Added
16+
- Add the possibility to specify custom affiliate_id on every request
17+
18+
### Removed
19+
- Removed support for ruby < 2.3. Target ruby version is 2.6
20+
1621
## [0.9.0] - 2019-01-09
1722
### Added
1823
- Add attr_reader for `id` to class `Shipcloud::Address` to be able to get the id of a created address

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

0 commit comments

Comments
 (0)