summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-10-18 13:23:06 +0300
committerWolfy-J <[email protected]>2018-10-18 13:23:06 +0300
commit5c3ba4ddd3db5dbad00fc9a61e3bcf115658b935 (patch)
treefb714611b1d70011c4190a745aeb9f03c3b178fe
parentc7243dd5a8f2d94c1c357bca242032777c33ac14 (diff)
- bugfix: ignored `stopping` value during http server shutdown
- debug log now split message into individual lines
-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 6171a258..d60bbbc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+v1.2.6 (18.10.2018)
+-------------------
+- bugfix: ignored `stopping` value during http server shutdown
+- debug log now split message into individual lines
+
v1.2.5 (13.10.2018)
------
- decoupled from Zend Diactoros via PSR-17 factory (by @1ma)
diff --git a/build.sh b/build.sh
index 8c4e47b5..aeba24a7 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.2.5
+RR_VERSION=1.2.6
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"