diff --git a/Changes.md b/Changes.md index 60337d4..530a45b 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,10 @@ Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md) +## HEAD + +- Unwrap and display ActiveJob class names [#460, ibrahima] + ## 1.8.0 - Upgrade to Go 1.21 and go-redis 9.2.0. diff --git a/Makefile b/Makefile index 8020e80..3990ecb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=faktory -VERSION=1.8.0 +VERSION=1.8.1 # 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 48b75bb..e495d91 100644 --- a/client/faktory.go +++ b/client/faktory.go @@ -2,5 +2,5 @@ package client var ( Name = "Faktory" - Version = "1.8.0" + Version = "1.8.1" )