Skip to content

Commit

Permalink
- bugfix: ignored stopping value during http server shutdown
Browse files Browse the repository at this point in the history
- debug log now split message into individual lines
  • Loading branch information
wolfy-j committed Oct 18, 2018
1 parent c7243dd commit 5c3ba4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5c3ba4d

Please sign in to comment.