Skip to content

Commit fc3c88f

Browse files
committed
Bump version to v0.8.3
1 parent 2a8c01e commit fc3c88f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.8.3 (2024-12-16)
2+
3+
* *(exhttp)* Added global flag for disabling automatic CORS headers when using
4+
JSON response helper functions.
5+
16
# v0.8.2 (2024-11-16)
27

38
* *(ffmpeg)* Added wrapper functions for `ffprobe`.

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.2"
9+
const Version = "v0.8.3"
1010

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

0 commit comments

Comments
 (0)