From 251ef9d0c36570979e99a500183c44abc90eab0e Mon Sep 17 00:00:00 2001 From: Eric Park Date: Fri, 4 Feb 2022 09:58:43 +0000 Subject: [PATCH] Release 1.13.3 Changes since 1.13.2: - Fixed a bug with the build file handler preventing saving to the database and consequently all uploads --- CHANGELOG.md | 9 ++++++++- version.txt | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47aded26..2117fdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] +# [1.13.3] - 2022-02-04 + +## Changed +- Fixed a bug with the build file handler preventing saving to the database and consequently all uploads + + # [1.13.2] - 2022-02-02 This release contains a configuration key change. @@ -757,7 +763,8 @@ This release contains a configuration key change. Initial release -[Unreleased]: https://github.com/ericswpark/shipper/compare/1.13.2...HEAD +[Unreleased]: https://github.com/ericswpark/shipper/compare/1.13.3...HEAD +[1.13.3]: https://github.com/ericswpark/shipper/compare/1.13.2...1.13.3 [1.13.2]: https://github.com/ericswpark/shipper/compare/1.13.1...1.13.2 [1.13.1]: https://github.com/ericswpark/shipper/compare/1.13.0...1.13.1 [1.13.0]: https://github.com/ericswpark/shipper/compare/1.12.0...1.13.0 diff --git a/version.txt b/version.txt index 61ce01b3..01b75682 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.13.2 +1.13.3