Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Mar 12, 2020
1 parent 7a95605 commit 8f2b045
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 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 Pro](https://github.com/contribsys/faktory/blob/master/Pro-Changes.md) || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md)

## HEAD
## 1.4.0

- Faktory Enterprise now supports **[Job Tracking](https://github.com/contribsys/faktory/wiki/Ent-Tracking)**.
- Integrate golangci-lint and numerous minor changes for issues it raised
- Support staging environment `-e staging`

Expand Down
5 changes: 5 additions & 0 deletions Ent-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.m
A trial version of Faktory Enterprise for OSX is available with each [release](/contribsys/faktory/releases/).
Click to purchase [Faktory Enterprise](https://billing.contribsys.com/fent/).

## 1.4.0

- Major new feature: **[Job Tracking](https://github.com/contribsys/faktory/wiki/Ent-Tracking)** [#278]
- `-e staging` environment support, limited to 100 connections

## 1.3.0

- Allow custom WebUI tweaks for OEM whitelabeling by customers looking
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.3.1
VERSION=1.4.0

# when fixing packaging bugs but not changing the binary, we increment ITERATION
ITERATION=1
Expand Down
5 changes: 5 additions & 0 deletions Pro-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.m
A trial version of Faktory Pro for OSX is available with each [release](/contribsys/faktory/releases/).
Click to purchase [Faktory Pro](https://billing.contribsys.com/fpro/).

## 1.4.0

- `-e staging` environment support, limited to 100 connections
- Fixes for linter problems

## 1.3.0

* Validate statsd tags, per Datadog docs [#283]
Expand Down
2 changes: 1 addition & 1 deletion client/faktory.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ var (
Name = "Faktory"
License = "GPLv3"
Licensing = "Licensed under the GNU Public License 3.0"
Version = "1.3.1"
Version = "1.4.0"
)

0 comments on commit 8f2b045

Please sign in to comment.