Skip to content

Commit

Permalink
- application server version bump and release
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Sep 6, 2019
1 parent 4486e91 commit 405c01b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

v2.0.16 (06.09.2019)
------
- added support for Prometheus metrics for `jobs` (queue) and `grpc` services
- exceptions will use default style
- bugfix: inability to render `FragmentInterface` in `db:table` command
- `view:compile` won't compile `NativeEngine` templates anymore
- ability to skip server download if version did not change

v2.0.15 (16.07.2019) - no binary
------
- fixed config method names in spiral/views
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"

# Pushes application version into the build information.
SPIRAL_VERSION=2.0.14
SPIRAL_VERSION=2.0.16

# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${SPIRAL_VERSION}"
Expand Down

0 comments on commit 405c01b

Please sign in to comment.