telnyx 5.149.0 → 5.150.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71f92ba84ce8dadfea6e2a6a021d716afcc9a762e58a20c624cb378fbdbe48fa
4
- data.tar.gz: 275503c5ae8ddc98984fa72ddecc2838f18c1885f27e48f84ace66655f2b571d
3
+ metadata.gz: 9ba049d00851291d2ec824f6ed8fd7db171fe3a2d51fc6ff349948b067da9b0e
4
+ data.tar.gz: f8708187e40fdeba42095437e86d9ec2b3b2b540328299e230d5ce5f88372234
5
5
  SHA512:
6
- metadata.gz: 3e06da2d0f986b2c9b255459321f05b1ad01abe00a88f28b35220838b5b0d4a443f603455ba6784bf554ca42f1a9b70d0fba11d97aef10790a3b5d9322539044
7
- data.tar.gz: cc5822552e70216f48d3ec20d104487da95b4d2994805018eaafc847a5fb6b07efa0f2625adbeda1cbce32db06cd4e4c3bb1a748ace1579b2c0dc8d7e22b26ea
6
+ metadata.gz: f6bc269988933cfb0db182a2ecf67a997ad91e34700bd667f7e92d7710f7cc0522512f374f4238809efa6372bee57f9a67de17a36fb52da019777121ba9027fc
7
+ data.tar.gz: 33e5ac5f049a36adcd0bfc9c1f03ace1ecbd5dc0547870609bd4f112884b7075a6e35825f90aefc2ac1fb2fba7fe644f7e98cb78a62d451dd16ce252bebad3fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.150.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.149.0...v5.150.0) (2026-06-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add --local flag so release-please scans next branch for commits ([#287](https://github.com/team-telnyx/telnyx-ruby/issues/287)) ([b35995d](https://github.com/team-telnyx/telnyx-ruby/commit/b35995daef2d66a34a140de1221b5271623b9114))
9
+
10
+
11
+ ### Chores
12
+
13
+ * remove leaked staging-only promote-to-prod.yml from prod ([#288](https://github.com/team-telnyx/telnyx-ruby/issues/288)) ([f356646](https://github.com/team-telnyx/telnyx-ruby/commit/f356646e0d7a1645b2a73c689caee86a9a7b55ad))
14
+
3
15
  ## [5.149.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.148.0...v5.149.0) (2026-06-25)
4
16
 
5
17
 
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "telnyx", "~> 5.149.0"
18
+ gem "telnyx", "~> 5.150.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.149.0"
4
+ VERSION = "5.150.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.149.0
4
+ version: 5.150.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-25 00:00:00.000000000 Z
11
+ date: 2026-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi