From dcd03789d7f8e1dd31ddf63e6ee66aebf89b1605 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Fri, 6 Sep 2019 14:02:08 +0300 Subject: - version bump and release --- CHANGELOG.md | 9 +++++++++ build.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e30ac034..44dc58be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.4.8 (06.09.2019) +------------------- +- bugfix in proxy IP resolution by @spudro228 +- `rr get` can now skip binary download if version did not change by + @drefixs +- bugfix in `rr init-config` and with linux binary download by + @Hunternnm +- `$_SERVER['REQUEST_URI']` is now being set + v1.4.7 (29.07.2019) ------------------- - added support for H2C over TCP by @Alex-Bond diff --git a/build.sh b/build.sh index 123fbfa6..2d2cac48 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.4.7 +RR_VERSION=1.4.8 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3