diff --git a/CHANGELOG b/CHANGELOG index 0e2555dcb51484d3a7878d194556d02be81fc1bf..0cac439cfc8d5978f916c389223053411cd47e22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,20 @@ Formerly known as 'gitlab-git-http-server'. +v 7.1.0 + +- Add structured logFormat for text based logging !275 +- Run make fmt on master !306 +- Allow to configure `BUILD_DIR` and `TARGET_DIR` !308 +- Resolve "Rework test suite to allow dead code to be removed" !307 +- Update Prometheus vendoring !305 +- General vendoring cleanup !310 +- Remove Go 1.8 support !314 +- Remove unused 'body' argument !315 +- Refactor badgateway to use standardlib interfaces !316 +- Pass Correlation-Ids down to backend systems !311 +- Don't fail if /home/git/repositories already exists in Gitaly container !317 + v 7.0.0 - Use the new Gitaly auth scheme (v2) !298 diff --git a/VERSION b/VERSION index 66ce77b7ead5c03f8d614495285190635c0889d9..a3fcc7121bbab0e2221463e4493d1454f1b67252 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0 +7.1.0