telnyx 5.165.0 → 5.166.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/version.rb +1 -1
  5. metadata +1 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0599a5281ad206a21c41f29f139876ab91b6596c4403c2c1fd265a98b0b26c10'
4
- data.tar.gz: 1d2a0cf55be8f93d2f638e8a1140316b3c052cdaf805740669efbf459e45da9e
3
+ metadata.gz: e925d8c483a96495868dddfce0276424acca6775ec479f98e8c534530733bfdb
4
+ data.tar.gz: f83b4b551a80c2ef485bd220b6741dc8a5579f32a3e0a7eee43e39600aa5b861
5
5
  SHA512:
6
- metadata.gz: 881615fb8ac4ba023d747d946aea0de2ad2f8aabe41bce223c6908fa2f389b961800bfdab0b4f8c3cb219cdbb1f90a99d65c10ef47b68cb8fd87a68fef870ee0
7
- data.tar.gz: 6c943fc02c098ebfde7ac90194979745ba78c62ed6e901a2a1e57df06983dda31a51891aea5c87679b17fd21e89d9a27931ef86a00bd7612cfdd89b5b70e9733
6
+ metadata.gz: af96fe52f7ac302aede9d13bb0c02a567ef72c669cc5d49bc1e9c9a3e9d5452cf14a2feca078e0b1129cfd90dd4a437fa66aaa53e858c05da18fec116dcf6db0
7
+ data.tar.gz: a01adcd818262df1bd567b77496d652b17e447eb1f88eab25e518369bbb8ee5a8aa866d82a494d925f4cc35d437435a091c298a324a33e35cfb054b6df502da7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.166.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.165.0...v5.166.0) (2026-09-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * promote from staging 9d1efe7 ([a84e3f3](https://github.com/team-telnyx/telnyx-ruby/commit/a84e3f3d2a06dfc906ecbb755774b0328e6aa011))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **ci:** retry transient GitHub API 500 errors ([#363](https://github.com/team-telnyx/telnyx-ruby/issues/363)) ([33e8924](https://github.com/team-telnyx/telnyx-ruby/commit/33e892435238c57fd882e30b6945dda26f6b9464))
14
+ * **release:** preserve generated gemspec ([#357](https://github.com/team-telnyx/telnyx-ruby/issues/357)) ([0db381a](https://github.com/team-telnyx/telnyx-ruby/commit/0db381a00236e8a8a5e65a430947415b29e16b8e))
15
+
3
16
  ## [5.165.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.164.0...v5.165.0) (2026-09-01)
4
17
 
5
18
 
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.165.0"
27
+ gem "telnyx", "~> 5.166.0"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.165.0"
4
+ VERSION = "5.166.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.165.0
4
+ version: 5.166.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: standardwebhooks
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
55
  description:
70
56
  email: support@telnyx.com
71
57
  executables: []