-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# 5.0.0 | ||
|
||
Bump oauth2 dependency to ~>2.0. | ||
|
||
# 4.0.0 | ||
|
||
* changed navigation link service to add missing links and return all if there are links already (before it would do nothing if there were any links already) | ||
- changed navigation link service to add missing links and return all if there are links already (before it would do nothing if there were any links already) | ||
|
||
# 3.1.0 | ||
|
||
* adds user_edtiable attribute to navigation links | ||
- adds user_edtiable attribute to navigation links | ||
|
||
# 3.0.0 | ||
|
||
* bumps rest-client to ~2.0.1, which results in CobotClient::ResourceNotFound to be renamed to CobotClient::NotFound (FrauBienenstich) | ||
- bumps rest-client to ~2.0.1, which results in CobotClient::ResourceNotFound to be renamed to CobotClient::NotFound (FrauBienenstich) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module CobotClient | ||
VERSION = '4.0.0' | ||
VERSION = '5.0.0' | ||
end |