Skip to content

Commit 118b577

Browse files
committed
updated version
1 parent eeb44e5 commit 118b577

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.12.2 2023-06-26
4+
5+
* Added `ExtendContentTypes` config option to send request body of any content-type to agent for inspection
6+
37
## 1.12.1 2023-02-24
48

59
* Sync versions

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.1
1+
1.12.2

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.12.1"
3+
const version = "1.12.2"

0 commit comments

Comments
 (0)