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

Commit 53d2aa1

Browse files
author
Valery Piashchynski
committed
release 1.3.1
1 parent f31754b commit 53d2aa1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
CHANGELOG
22
=========
33

4+
v1.3.1 (20.07.2020)
5+
-------------------
6+
- RoadRunner version updated to 1.8.2
7+
48
v1.3.0 (25.05.2020)
59
-------------------
610
- Add the ability to append the certificate authority in the config under the `tls: rootCA` key
7-
- RoadRunner version bump to 1.8.1
11+
- RoadRunner version updated to 1.8.1
812

913
v1.2.2 (05.05.2020)
1014
-------------------
11-
- RoadRunner version bump to 1.8.0
15+
- RoadRunner version updated to 1.8.0
1216

1317
v1.2.1 (22.04.2020)
1418
-------------------
1519
- Replaced deprecated github.com/golang/protobuf/proto with new google.golang.org/protobuf/proto
16-
- RoadRunner version bump to 1.7.1
20+
- RoadRunner version updated to 1.7.1
1721

1822
v1.2.0 (27.01.2020)
1923
-------------------

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd $(dirname "${BASH_SOURCE[0]}")
33
OD="$(pwd)"
44
# Pushes application version into the build information.
5-
RR_VERSION=1.3.0
5+
RR_VERSION=1.3.1
66

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/prometheus/client_golang v1.6.0
1111
github.com/sirupsen/logrus v1.6.0
1212
github.com/spf13/cobra v1.0.0
13-
github.com/spiral/roadrunner v1.8.1
13+
github.com/spiral/roadrunner v1.8.2
1414
github.com/stretchr/testify v1.5.1
1515
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
1616
google.golang.org/grpc v1.29.1

0 commit comments

Comments
 (0)