Skip to content

Commit 6e4a65c

Browse files
authored
Prepare version 12.1.0 release. (#761)
1 parent fdc1dec commit 6e4a65c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [UNRELEASED]
44

5-
[Full Changelog](https://github.com/fastly/go-fastly/compare/v12.0.0...)
5+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v12.1.0...)
6+
7+
### Breaking:
8+
9+
### Enhancements:
10+
11+
### Bug fixes:
12+
13+
### Dependencies:
14+
15+
## [v12.1.0](https://github.com/fastly/go-fastly/releases/tag/v12.1.0) (2025-09-30)
16+
17+
[Full Changelog](https://github.com/fastly/go-fastly/compare/v12.0.0...v12.1.0)
618

719
### Breaking:
820

fastly/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6464
var ProjectURL = "github.com/fastly/go-fastly"
6565

6666
// ProjectVersion is the version of this library.
67-
var ProjectVersion = "12.0.0"
67+
var ProjectVersion = "12.1.0"
6868

6969
// UserAgent is the user agent for this particular client.
7070
var UserAgent = fmt.Sprintf("FastlyGo/%s (+%s; %s)",

0 commit comments

Comments
 (0)