diff --git a/CHANGELOG b/CHANGELOG index 2ce86f076a7e0124d33045e4ba846f12e1f226c2..b45f71d986f81013d4d04ef4e87dfe07f54c08fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,13 @@ Formerly known as 'gitlab-git-http-server'. +v1.0.0 + +- Workhorse is now v1.0.0, according to Semantic Versioning. No breaking + changes were made. +- Add support for logging to file, and logfile rotation with SIGHUP. +- Improve error messages. + v0.8.5 Simplify revspec for 'git format-patch'. @@ -151,7 +158,7 @@ Return response to client when uploading Git LFS object. 0.4.1 -Add support for Build Artifacts and Git LFS. The GitLab-Workhorse +Add support for Build Artifacts and Git LFS. The GitLab-Workhorse offloads file uploading and downloading by providing support for rewriting multipart form data and X-Sendfile. diff --git a/VERSION b/VERSION index 7ada0d303f3e7e49c3f18bfa9dcfa73a1895b28b..3eefcb9dd5b38e2c1dc061052455dd97bcd51e6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.5 +1.0.0