From 5d54e66187f1ff3c1a42009498b5e3749df6c334 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 2 Feb 2019 17:27:29 +0300 Subject: version bump --- CHANGELOG.md | 4 ++++ build.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cc88b5..ae3e5cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +v1.3.4 (31.01.2019) +------------------- +- bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond + v1.3.3 (31.01.2019) ------------------- - added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond diff --git a/build.sh b/build.sh index d16d9560..627bc6d4 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.3.3 +RR_VERSION=1.3.4 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3