We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d346d2 commit 86534b5Copy full SHA for 86534b5
CHANGELOG.md
@@ -1,6 +1,13 @@
1
-# v1.36.0 (WIP)
+# Unreleased
2
3
+# v1.36.0
4
+
5
+- Fix: Ticket comments should be sent unchanged
6
+- Update README: Document the [REPL project](https://github.com/zendesk/zendesk_api_client_rb_repl), add release instructions
7
- Add `Schedule` resource
8
+- Add `Vote` resource for Articles
9
+- Add `CustomStatus` resource
10
+- Add `Translation` resource for Categories, Sections, and Articles
11
12
# v1.35.0
13
lib/zendesk_api/version.rb
@@ -1,3 +1,3 @@
module ZendeskAPI
- VERSION = "1.35.0"
+ VERSION = "1.36.0"
end
0 commit comments