Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sada-sigsci committed Nov 8, 2024
1 parent fafb545 commit 932a76f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.0
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package sigsci

const version = "1.13.0"
const version = "1.14.0"

0 comments on commit 932a76f

Please sign in to comment.