Skip to content

Commit 2cddfe4

Browse files
committed
release v0.7.4
1 parent c5e639d commit 2cddfe4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.7.4 (Released 2021-08-09)
2+
3+
BUG FIXES
4+
5+
- api: respond with 404 instead of empty body when `fileId` is not found
6+
17
## v0.7.3 (Released 2021-07-16)
28

39
BUILD

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package wire
66

77
// Version is version
8-
const Version = "v0.7.3"
8+
const Version = "v0.7.4"

0 commit comments

Comments
 (0)