Skip to content

Commit 2ae48ae

Browse files
authored
Merge branch 'main' into regional-api-domain-processing
2 parents 1126073 + 8cabe11 commit 2ae48ae

File tree

6 files changed

+1080
-4
lines changed

6 files changed

+1080
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
twilio-ruby changelog
22
=====================
33

4+
[2025-11-20] Version 7.8.7
5+
--------------------------
6+
**Memory**
7+
- # Memory API Changes
8+
- Added initial Memory API endpoints with darkseagreen badge status
9+
10+
411
[2025-11-11] Version 7.8.6
512
--------------------------
613
**Twiml**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
3939
To install using [Bundler][bundler] grab the latest stable version:
4040

4141
```ruby
42-
gem 'twilio-ruby', '~> 7.8.6'
42+
gem 'twilio-ruby', '~> 7.8.7'
4343
```
4444

4545
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
4646

4747
```bash
48-
gem install twilio-ruby -v 7.8.6
48+
gem install twilio-ruby -v 7.8.7
4949
```
5050

5151
To build and install the development branch yourself from the latest source:

0 commit comments

Comments
 (0)