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 +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +1 -1
- data/lib/telnyx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ba049d00851291d2ec824f6ed8fd7db171fe3a2d51fc6ff349948b067da9b0e
|
|
4
|
+
data.tar.gz: f8708187e40fdeba42095437e86d9ec2b3b2b540328299e230d5ce5f88372234
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/telnyx/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|