twilio-ruby 7.2.0 → 7.2.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: dc849cb07266a058454dd484cef1a2a083ac10b4
4
- data.tar.gz: 1df8f6a55c08d74fc2b63dc4f58fb7c0bdf4b44b
3
+ metadata.gz: 2ba08556a001b386c939f16fa40ac4769fc3ff5c
4
+ data.tar.gz: f46241c7710f7b6deb4d3b5038a1855f557cfe2c
5
5
  SHA512:
6
- metadata.gz: 9c7f60eeec22b0515d2b83980ba0f46934a7fe27290ae604c50630e94ab4914fc412cba13d6b1f54ed999a7c7da6182d7b015bfbf7ef3555ddc81f1a6fca6f79
7
- data.tar.gz: b0f75c45006fff95dc6011cff6d1f4538c49e5803ecc52e0cfb9a0208c80a763b6ec6551e76924c25c2f47d96dec07e535c4b604c271e32b349e69b101eb4ae3
6
+ metadata.gz: 1fd587a77c48424128ee37b78cd68cd5aab23c0d0357f8a8824afa5f758ec7c44455ee22bccc32aad169412f35c0025eec8d9a619d67dc53ba81fb399e0818c4
7
+ data.tar.gz: b1727e945030c1a48a7dcb60306439ca2c27eae1cd80684c505610d62225c1dd1d17847bac9f59b9dae36814cd469426e1e0e4ecfef3b3700e8f597ea4ea8f26
data/CHANGES.md CHANGED
@@ -1,6 +1,25 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2024-06-27] Version 7.2.1
5
+ --------------------------
6
+ **Api**
7
+ - Add `transcription` resource
8
+ - Add beta feature request managed cert
9
+
10
+ **Flex**
11
+ - Changed mount name for flex_team v2 api
12
+
13
+ **Intelligence**
14
+ - Add `X-Rate-Limit-Limit`, `X-Rate-Limit-Remaining`, and `X-Rate-Limit-Config` as Response Headers to Operator resources
15
+
16
+ **Numbers**
17
+ - Added include_constraints query parameter to the Regulations API
18
+
19
+ **Twiml**
20
+ - Add support for `<Transcription>` noun
21
+
22
+
4
23
  [2024-06-18] Version 7.2.0
5
24
  --------------------------
6
25
  **Library - Chore**
data/README.md CHANGED
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
39
39
  To install using [Bundler][bundler] grab the latest stable version:
40
40
 
41
41
  ```ruby
42
- gem 'twilio-ruby', '~> 7.2.0'
42
+ gem 'twilio-ruby', '~> 7.2.1'
43
43
  ```
44
44
 
45
45
  To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
46
46
 
47
47
  ```bash
48
- gem install twilio-ruby -v 7.2.0
48
+ gem install twilio-ruby -v 7.2.1
49
49
  ```
50
50
 
51
51
  To build and install the development branch yourself from the latest source: