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:
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/pb-get-object-directory-size-1-33.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f446e270..5628c4103 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.33.2
+
+#### Added
+- Add GetObjectDirectorySize RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1319
+
## v1.33.1
#### Security
diff --git a/VERSION b/VERSION
index 02261bead..80c8c0bd3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.33.1
+1.33.2
diff --git a/changelogs/unreleased/pb-get-object-directory-size-1-33.yml b/changelogs/unreleased/pb-get-object-directory-size-1-33.yml
deleted file mode 100644
index ec50f16fd..000000000
--- a/changelogs/unreleased/pb-get-object-directory-size-1-33.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add GetObjectDirectorySize RPC
-merge_request: 1319
-author:
-type: added