Skip to content

Commit 50735ce

Browse files
Merge pull request #156 from fastly/cceckman/unpublish
Retract release v1.4.0 (and v1.4.1)
2 parents d953bd4 + f721045 commit 50735ce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
## 1.4.1 (2025-04-09)
4+
5+
- packaging: Retract (but do not revert) release 1.4.0 and 1.4.1. Builds will default to using 1.3.3.
36

47
## 1.4.0 (2025-04-07)
58

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module github.com/fastly/compute-sdk-go
22

33
go 1.21
4+
5+
retract (
6+
v1.4.0 // Observed errors after rollout
7+
v1.4.1 // Contains retractions only
8+
)

0 commit comments

Comments
 (0)