Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #52 from spiral/release_1.4.1
Browse files Browse the repository at this point in the history
release 1.4.1
  • Loading branch information
rustatian authored Oct 13, 2020
2 parents b7d6bb7 + eaf06f9 commit 4f92240
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

v1.4.1 (13.10.2020)
-------------------
- RoadRunner version update to 1.8.3
- Golang version in go.mod bump to 1.15
- Add server configuration options (debug) (@aldump)

v1.4.0 (1.08.2020)
-------------------
- Add all major gRPC configuration options. [Docs](https://github.com/spiral/docs/blob/master/grpc/configuration.md#application-server)
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.4.0
RR_VERSION=1.4.1

# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/spiral/php-grpc

go 1.13
go 1.15

require (
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
Expand All @@ -10,7 +10,7 @@ require (
github.com/prometheus/client_golang v1.6.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spiral/roadrunner v1.8.2
github.com/spiral/roadrunner v1.8.3
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
google.golang.org/grpc v1.29.1
Expand Down

0 comments on commit 4f92240

Please sign in to comment.