Skip to content

Commit

Permalink
Update changes, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Sep 20, 2023
1 parent 52062a4 commit 57707bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

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

## 1.7.1
## 1.8.0

- Upgrade to Go 1.21 and go-redis 9.2.0.
- Don't double encode HTML entities for display in Web UI [#440]
- Validate and limit `days` parameter for Dashboard [#431] CVE-2023-37279
- Validate and limit `timeInterval` refresh parameter for Dashboard
Expand Down
3 changes: 2 additions & 1 deletion Ent-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.m
A trial version of Faktory Enterprise for macOS is available with each [release](/contribsys/faktory/releases/).
Click to purchase [Faktory Enterprise](https://billing.contribsys.com/fent/).

## HEAD
## 1.8.0

- Migrate usage of SHA1 to SHA256 to appease linters
- Fix broken default Statsd namespacing [#433]

## 1.7.0
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.7.1
VERSION=1.8.0

# 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.7.1"
Version = "1.8.0"
)

0 comments on commit 57707bc

Please sign in to comment.