Skip to content

Commit 5d54e66

Browse files
committed
version bump
1 parent 8a1cd5f commit 5d54e66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
v1.3.4 (31.01.2019)
5+
-------------------
6+
- bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond
7+
48
v1.3.3 (31.01.2019)
59
-------------------
610
- added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd $(dirname "${BASH_SOURCE[0]}")
33
OD="$(pwd)"
44
# Pushes application version into the build information.
5-
RR_VERSION=1.3.3
5+
RR_VERSION=1.3.4
66

77
# Hardcode some values to the core package
88
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"

0 commit comments

Comments
 (0)