Skip to content

Commit

Permalink
bump version, bump oauth2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Oct 18, 2022
1 parent 606a8a4 commit 2f78c0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion cobot_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.version = CobotClient::VERSION

gem.add_dependency 'virtus', '~>1.0'
gem.add_dependency 'oauth2', '~>1.0'
gem.add_dependency 'oauth2', '~>2.0'
gem.add_dependency 'rest-client', '~>2.0.1'
gem.add_dependency 'json', '~>2.0'
gem.add_development_dependency 'rspec', '~>3.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/cobot_client/version.rb
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

0 comments on commit 2f78c0d

Please sign in to comment.