Skip to content

Commit 1ab8e86

Browse files
authored
Merge pull request #583 from zendesk/bump-v3.1.1
v3.1.1 - CBP Support for requested tickets
2 parents e42474b + ce9e23a commit 1ab8e86

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v3.1.1
4+
5+
Adding CBP support to requested tickets (api/v2/users/:id/tickets/requested)
6+
37
## v3.1.0
48

59
Adding support to the agent availabilities API endpoints.

lib/zendesk_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ZendeskAPI
2-
VERSION = "3.1.0"
2+
VERSION = "3.1.1"
33
end

spec/live/user_field_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def valid_attributes
55
{ :type => "text", :title => random_string(20), :key => random_string(10) }
66
end
77

8-
it_should_be_deletable
8+
it_should_be_deletable :marked_for_deletion => true
99
it_should_be_creatable
1010
it_should_be_updatable :title, random_string(22)
1111
it_should_be_readable :user_fields, :create => true

0 commit comments

Comments
 (0)