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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/telnyx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71f92ba84ce8dadfea6e2a6a021d716afcc9a762e58a20c624cb378fbdbe48fa
|
|
4
|
+
data.tar.gz: 275503c5ae8ddc98984fa72ddecc2838f18c1885f27e48f84ace66655f2b571d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/telnyx/version.rb
CHANGED