summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rwxr-xr-xbuild.sh2
2 files changed, 10 insertions, 1 deletions
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}"