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 eeb44e5 commit 118b577Copy full SHA for 118b577
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Golang Module Release Notes
2
3
+## 1.12.2 2023-06-26
4
+
5
+* Added `ExtendContentTypes` config option to send request body of any content-type to agent for inspection
6
7
## 1.12.1 2023-02-24
8
9
* Sync versions
VERSION
@@ -1 +1 @@
-1.12.1
+1.12.2
version.go
@@ -1,3 +1,3 @@
package sigsci
-const version = "1.12.1"
+const version = "1.12.2"
0 commit comments