From d395d512cd6c75e2a86a0cc0d5457f2a5b6355af Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sat, 10 Jul 2021 11:31:52 +0900 Subject: [PATCH] Release 1.8.0 This release contains a database migration AND several important API endpoint changes. Please be careful when upgrading! Changes since 1.7.4: - The admin page for builds now shows the download count as a column. - A database model to track daily downloads has been added. - All API endpoints have been moved to the API app and refactored. shippy 1.5.0 is required to interface with shipper 1.8.0. - General code cleanup - Updated library dependencies (humanize, sentry-sdk) --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 10c08801..27f9cd32 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.7.4 +1.8.0