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

Commit 7469459

Browse files
committed
v0.7.0
Added - Add the possibility to specify the api key on every request. (#8) - Add some more specific error classes ```Shipcloud::ClientError```,```Shipcloud::ServerError```, ```Shipcloud::InvalidRequestError```, ```Shipcloud::TooManyRequests``` and ```Shipcloud::NotFoundError``` (#11). - Access to the entire response and error descriptions from the error object (#11). Removed - Removed the following ruby versions from travis-ci test runs: - jruby-9.0.0.0 - Removed ```Shipcloud::APIError``` in preference to more granular error classes (#11).
1 parent 78d89e8 commit 7469459

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [Unreleased]
22
### Added
3+
4+
### Removed
5+
6+
### Changed
7+
8+
### Fixed
9+
10+
## [0.7.0] - 2016-01-21
11+
### Added
312
- Add the possibility to specify the api key on every request. (#8)
413
- Add some more specific error classes ```Shipcloud::ClientError```,```Shipcloud::ServerError```,
514
```Shipcloud::InvalidRequestError```, ```Shipcloud::TooManyRequests``` and ```Shipcloud::NotFoundError``` (#11).

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.6.0"
2+
VERSION = "0.7.0"
33
end

0 commit comments

Comments
 (0)