Skip to content

Commit

Permalink
Merge pull request #559 from zendesk/bump-v3.0.4
Browse files Browse the repository at this point in the history
Bump v3.0.4
  • Loading branch information
fbvilela committed Aug 25, 2023
2 parents b4cefc3 + 0836e54 commit bae6482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/zendesk_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ZendeskAPI
VERSION = "3.0.3"
VERSION = "3.0.4"
end
2 changes: 1 addition & 1 deletion spec/live/cbp_support_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
end

describe ZendeskAPI::OauthClient do
describe '/oauth/client' do
describe '/oauth/clients' do
it_behaves_like 'an endpoint that supports CBP' do
let(:collection) { client.oauth_clients }
end
Expand Down

0 comments on commit bae6482

Please sign in to comment.