summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-12-05 15:16:07 +0300
committerWolfy-J <[email protected]>2019-12-05 15:16:07 +0300
commitfadf373c1fe5e51bfaeb9e5ac3fe4ee748620a44 (patch)
tree70f1d855848751b4d5927ab2a5e9f5871cbb7a5b
parent7f6de5c04890414cabc8c4c20e21f7c463c1a3cc (diff)
version bumpv1.5.2
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbuild.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a40a7096..12924618 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+v1.5.2 (05.12.2019)
+-------------------
+- added support for symfony/console 5.0 by @coxa
+- added support for HTTP2 trailers by @filakhtov
+
v1.5.1 (22.10.2019)
-------------------
- bugfix: do not halt stop sequence in case of service error
diff --git a/build.sh b/build.sh
index a071c7ad..128b2f09 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.5.1
+RR_VERSION=1.5.2
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"