summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-10 15:34:22 +0300
committerWolfy-J <[email protected]>2018-09-10 15:34:22 +0300
commit562464f605a013b4ab1d524b68e3668b71f2a0e3 (patch)
tree103f3cfab768264e7df461c2eafdc831fa44b267
parent9573091c7f0603c1d52a1180852d359feff7d99d (diff)
update CHANGELOG
-rw-r--r--CHANGELOG.md1
-rwxr-xr-xbuild.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51088fb8..2cf8fdce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ in container
- `rr.Verbose` and `rr.Debug` are not public
- rpc service now exposes it's address to underlying workers to simplify the connection
- env service construction has been simplified in order to unify it with other services
+- more tests
v1.1.1 (26.07.2018)
-------
diff --git a/build.sh b/build.sh
index 34dc79f6..0f7b8ef3 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.1.1
+RR_VERSION=1.2.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"