Skip to content

Commit b90afac

Browse files
committed
Changelog & version
1 parent 7612c57 commit b90afac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Golang Module Release Notes
22

3+
## 1.14.1 2025-03-17
4+
* Upgrade to Go 1.23
5+
* Run `scripts/build.sh` in a Docker image (in `make build`) so that it works on MacOS.
6+
37
## 1.14.0 2024-11-18
48

59
* Allow the agent to edit application response headers

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package sigsci
22

3-
const version = "1.14.0"
3+
const version = "1.14.1"

0 commit comments

Comments
 (0)