diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4d091..f90c2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# 3.1.0 + +* 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) diff --git a/lib/cobot_client/version.rb b/lib/cobot_client/version.rb index 8b681bb..d42e1ff 100644 --- a/lib/cobot_client/version.rb +++ b/lib/cobot_client/version.rb @@ -1,3 +1,3 @@ module CobotClient - VERSION = '3.0.0' + VERSION = '3.1.0' end