telnyx 5.153.0 → 5.154.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: 2698f72702e542d2717e625e5ae944ec105f50b1f4e6574907cfb502f7cf72c7
4
- data.tar.gz: 169b51c7046bd7d2289949134520343c930350abc29dc9d42becd8ae2167d45d
3
+ metadata.gz: 2832bd313654a8a05f4ab75d6c17f72cb81d312b5ca022994d8d12e484401b94
4
+ data.tar.gz: 4549a8644ed1af2f6cb89e1be3a48d247621a13aacd2797b3e105382e69eee14
5
5
  SHA512:
6
- metadata.gz: b0957b04236dc5d885c26616a722cf4cecb0e32aa259965aee3892a0ac457a53978c28594bc2cabfb10326259ad55194e98b9c8f82d35d09851026510d2df75c
7
- data.tar.gz: afede30078c4435158997d92bf8888d2fb190a36a679607fd6e971223b45896f4c391ddd1a2a74ec741116fcac6dcaf9fa34ad8898603595ab0b848a0fde9452
6
+ metadata.gz: c38ff16338d96b950a2d3f3891beb7ea7a1835c75b5783825c2ef731884ca7c04b5b810db88dff2612fa861a7b84efc81b95a215d3416b0d2ff5611ef586f25a
7
+ data.tar.gz: 0dac0c90e980714dfe0b3e4e4fe453b90a1576f132245d5cdc6ebfbc23be53c3076a8a2ed11154f8fd0b870bd42124f27778da629c4258794878ab8582074246
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.154.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.153.0...v5.154.0) (2026-07-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **release:** take first Release-As match (multiline output broke GITHUB_OUTPUT) ([#311](https://github.com/team-telnyx/telnyx-ruby/issues/311)) ([9eb945c](https://github.com/team-telnyx/telnyx-ruby/commit/9eb945cd1de676e45a7b8e50d41845b1b2c4e34a))
9
+
3
10
  ## [5.153.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.152.0...v5.153.0) (2026-07-03)
4
11
 
5
12
 
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.153.0"
27
+ gem "telnyx", "~> 5.154.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.153.0"
4
+ VERSION = "5.154.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.153.0
4
+ version: 5.154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx