From ba5bb385aa4ea383c1b2b2fa1e00ee04c5a0ac03 Mon Sep 17 00:00:00 2001 From: Alexander Lang Date: Wed, 21 Feb 2018 15:05:11 +0100 Subject: [PATCH] bumps version --- CHANGELOG.md | 7 ++++++- lib/cobot_client/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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