telnyx 5.148.0 → 5.149.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: 9511046a8ef8d36d145256565226cc2998b1fe1a0e41cdeb055e2b5a93929567
4
- data.tar.gz: 342e6f70452c444df03d76e1d26f7715c3ed2697aa1467ba18699f78f77586f0
3
+ metadata.gz: 71f92ba84ce8dadfea6e2a6a021d716afcc9a762e58a20c624cb378fbdbe48fa
4
+ data.tar.gz: 275503c5ae8ddc98984fa72ddecc2838f18c1885f27e48f84ace66655f2b571d
5
5
  SHA512:
6
- metadata.gz: c8d02217f22bef3b3a0d33df9bb94f96b7b24f54f647ae193f8f2f820bdb117218bd2bd74add0e7e2e9afc88ef16b98e3b3834c21ff594aa07873b9c4176d019
7
- data.tar.gz: 1477bc4a353c59859cf5774d81cd7872349c56794df3d2e9c4721871015485604b11ff76d49eb8c7d050965deb1735398f11646650f0145e6366aae9f8e31a42
6
+ metadata.gz: 3e06da2d0f986b2c9b255459321f05b1ad01abe00a88f28b35220838b5b0d4a443f603455ba6784bf554ca42f1a9b70d0fba11d97aef10790a3b5d9322539044
7
+ data.tar.gz: cc5822552e70216f48d3ec20d104487da95b4d2994805018eaafc847a5fb6b07efa0f2625adbeda1cbce32db06cd4e4c3bb1a748ace1579b2c0dc8d7e22b26ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.149.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.148.0...v5.149.0) (2026-06-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * restore release-please-config.json deleted by release PR merge ([#283](https://github.com/team-telnyx/telnyx-ruby/issues/283)) ([db1e0ab](https://github.com/team-telnyx/telnyx-ruby/commit/db1e0abf7fa3613c41095bd15dc357a7c9846c93))
9
+ * restore release:published trigger + OIDC in publish-gem.yml ([#284](https://github.com/team-telnyx/telnyx-ruby/issues/284)) ([6ee6aa7](https://github.com/team-telnyx/telnyx-ruby/commit/6ee6aa77356aa4a782f7a1fd8f36dce867af23cb))
10
+
3
11
  ## [5.148.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.147.0...v5.148.0) (2026-06-24)
4
12
 
5
13
 
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.148.0"
18
+ gem "telnyx", "~> 5.149.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.148.0"
4
+ VERSION = "5.149.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.148.0
4
+ version: 5.149.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx