We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0543d1e commit 89be846Copy full SHA for 89be846
CHANGES.md
@@ -1,5 +1,10 @@
1
twilio-go changelog
2
====================
3
+[2024-04-08] Version 1.25.1
4
+---------------------------
5
+**Library - Chore**
6
+- Retract v1.25.0 due to build issue [#276](https://github.com/twilio/twilio-go/issues/276)
7
+
8
[2025-04-07] Version 1.25.0
9
---------------------------
10
**Library - Chore**
go.mod
@@ -16,5 +16,6 @@ require (
16
)
17
18
retract (
19
+ v1.25.0 // Contains build issue
20
v1.22.0 // Contains known bug
21
0 commit comments