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 7612c57 commit b90afacCopy full SHA for b90afac
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Golang Module Release Notes
2
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
+
7
## 1.14.0 2024-11-18
8
9
* Allow the agent to edit application response headers
VERSION
@@ -1 +1 @@
-1.14.0
+1.14.1
version.go
@@ -1,3 +1,3 @@
package sigsci
-const version = "1.14.0"
+const version = "1.14.1"
0 commit comments