Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2018-11-16 17:05:21 +0300
committerAndrew Newdigate <andrew@gitlab.com>2018-11-16 17:05:21 +0300
commitb18e75d041444711a5b776a549b40cb09df18df5 (patch)
tree639512345cb314f016fd89e16b5357022c3bbb30
parent61f6c92779a70d577727e7eefa337409effd69ef (diff)
Version 0.133.0v0.133.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/an-upgrade-grpc.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8331d3cc5..c03903963 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.133.0
+
+#### Other
+- Upgrade gRPC-go from v1.9.1 to v1.16
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/972
+
## v0.132.0
#### Other
diff --git a/VERSION b/VERSION
index e491d6243..244fb7efb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.132.0
+0.133.0
diff --git a/changelogs/unreleased/an-upgrade-grpc.yml b/changelogs/unreleased/an-upgrade-grpc.yml
deleted file mode 100644
index 51a6e11c0..000000000
--- a/changelogs/unreleased/an-upgrade-grpc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Upgrade gRPC-go from v1.9.1 to v1.16
-merge_request: 972
-author:
-type: other