diff --git a/CHANGELOG.md b/CHANGELOG.md index de58475..af80c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Golang Module Release Notes +## 1.14.0 2024-11-08 + +* Allow the agent to edit application response headers + ## 1.13.0 2023-07-06 * Added new module configuration option for more granular inspection diff --git a/VERSION b/VERSION index feaae22..850e742 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0 +1.14.0 diff --git a/version.go b/version.go index bc6f60f..cc99581 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package sigsci -const version = "1.13.0" +const version = "1.14.0"