sunshine-conversations-client 9.4.0 → 9.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b31d37f8852617bf2fc7401cc8e7c71d54cf70cc
4
- data.tar.gz: 945665254f60b6ead48d90b88ef5e8d40a5cd821
3
+ metadata.gz: 3fc03f92b99bea49559a9f2e8015f856baf7224c
4
+ data.tar.gz: dc62d4b9989d53ef317fa3eada2786c0bc91b49e
5
5
  SHA512:
6
- metadata.gz: a6d3e297d15ac44d729213f5c246bd4151b2b799445033817e2fb8a3527ba7bcbf50147e6a5017a43e18cdc96a4add00b7faafc84875b4b48a5c13df4c3c6020
7
- data.tar.gz: aa1eababc18d45cae7444b1dd5b08713173bf9c69a83e9fee49da2aa885811a59aa0de53a6d2c7158973a2f9fbbb3f59d753b98aebbaac43c0bfed6a1c3289f4
6
+ metadata.gz: 897ced74bb733a891133c98d72d340f4db1dada5dbbabc7156149be9533fa6c76c14d30a5c12a8075a10c1685c9e7b8b0b0a20e9d692ada50d09b12acacbf818
7
+ data.tar.gz: e8b60a072fdb33a1be8be6c5d5bd0c30839e1174f94df712e198f0bdd4b0f0a4113a85b1de6eaf942f02739894e0a1aa3cb69db59a2a6724215a4c8155334511
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.4.1] - 2020-12-16
4
+
5
+ ### Changed
6
+
7
+ - Changed the limit of the `select` field options from 20 to 100
8
+
3
9
  ## [9.4.0] - 2020-12-15
4
10
 
5
11
  ### Added
data/README.md CHANGED
@@ -5,7 +5,7 @@ SunshineConversationsClient - the Ruby gem for the Sunshine Conversations API
5
5
  This SDK is automatically generated by the [OpenAPI Generator Codegen](https://github.com/OpenAPITools/openapi-generator) project using the [Sunshine Conversations API spec](https://github.com/zendesk/sunshine-conversations-api-spec).
6
6
 
7
7
  - API version: 9.4.0
8
- - Package version: 9.4.0
8
+ - Package version: 9.4.1
9
9
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
10
10
 
11
11
  ## Sunshine Conversations API Version
@@ -32,16 +32,16 @@ gem build sunshine-conversations-client.gemspec
32
32
  Then either install the gem locally:
33
33
 
34
34
  ```shell
35
- gem install ./sunshine-conversations-client-9.4.0.gem
35
+ gem install ./sunshine-conversations-client-9.4.1.gem
36
36
  ```
37
37
 
38
- (for development, run `gem install --dev ./sunshine-conversations-client-9.4.0.gem` to install the development dependencies)
38
+ (for development, run `gem install --dev ./sunshine-conversations-client-9.4.1.gem` to install the development dependencies)
39
39
 
40
40
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
41
41
 
42
42
  Finally add this to the Gemfile:
43
43
 
44
- gem 'sunshine-conversations-client', '~> 9.4.0'
44
+ gem 'sunshine-conversations-client', '~> 9.4.1'
45
45
 
46
46
  ### Install from Git
47
47
 
@@ -8,5 +8,5 @@ OpenAPI Generator version: 4.3.1
8
8
  =end
9
9
 
10
10
  module SunshineConversationsClient
11
- VERSION = '9.4.0'
11
+ VERSION = '9.4.1'
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunshine-conversations-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.0
4
+ version: 9.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunshine Conversations
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-15 00:00:00.000000000 Z
11
+ date: 2020-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus