Skip to content

Commit

Permalink
Prepare for 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 27, 2021
1 parent f9e7d4f commit 00bd6d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md)

## 1.5.4

- Remove invalid client-side deadline which lead to lots of I/O errors [#375]
- Upgrade to Go 1.17.

## 1.5.3

- Remove trailing "-1" on Faktory versions and tags. Future versions
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=faktory
VERSION=1.5.3
VERSION=1.5.4

# when fixing packaging bugs but not changing the binary, we increment ITERATION
ITERATION=1
Expand Down
2 changes: 1 addition & 1 deletion client/faktory.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package client

var (
Name = "Faktory"
Version = "1.5.3"
Version = "1.5.4"
)

0 comments on commit 00bd6d1

Please sign in to comment.