Skip to content

Commit 46a893a

Browse files
committed
Bump version to v0.8.8
1 parent 85a7d4c commit 46a893a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.8.8 (2025-06-16)
2+
3+
* *(requestlog)* Added option to log `X-Forwarded-For` header value.
4+
* *(exstrings)* Added `LongestSequenceOfFunc` as a customizable version of
5+
`LongestSequenceOf`
6+
17
# v0.8.7 (2025-05-16)
28

39
* *(jsonbytes)* Added utility for url-safe base64 to complement the existing

util.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
package util
88

9-
const Version = "v0.8.7"
9+
const Version = "v0.8.8"
1010

1111
func VersionArray() [3]uint {
12-
return [3]uint{0, 8, 7}
12+
return [3]uint{0, 8, 8}
1313
}

0 commit comments

Comments
 (0)