Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fbvilela committed Sep 4, 2024
1 parent e42474b commit ce9e23a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.1.1

Adding CBP support to requested tickets (api/v2/users/:id/tickets/requested)

## v3.1.0

Adding support to the agent availabilities API endpoints.
Expand Down
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.1.0"
VERSION = "3.1.1"
end
2 changes: 1 addition & 1 deletion spec/live/user_field_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def valid_attributes
{ :type => "text", :title => random_string(20), :key => random_string(10) }
end

it_should_be_deletable
it_should_be_deletable :marked_for_deletion => true
it_should_be_creatable
it_should_be_updatable :title, random_string(22)
it_should_be_readable :user_fields, :create => true
Expand Down

0 comments on commit ce9e23a

Please sign in to comment.