From 00bd6d141bf52a423cc41275c301391876462d56 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 27 Sep 2021 09:17:50 -0700 Subject: [PATCH] Prepare for 1.5.4 --- Changes.md | 5 +++++ Makefile | 2 +- client/faktory.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index a2af63c..08a59f5 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/Makefile b/Makefile index fee9b06..69b8b3e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/client/faktory.go b/client/faktory.go index df8f687..afbcc92 100644 --- a/client/faktory.go +++ b/client/faktory.go @@ -2,5 +2,5 @@ package client var ( Name = "Faktory" - Version = "1.5.3" + Version = "1.5.4" )