diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b9302..f7ae135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] - XXXX-XX-XX - [PR 9](https://github.com/salesforce/django-request-queue-timeout/pull/9) Update GitHub action versions +- [PR 10](https://github.com/salesforce/django-request-queue-timeout/pull/10) Fix Makefile install target ## [1.0.3] - 2024-02-06 - [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534) diff --git a/Makefile b/Makefile index 65bd2b8..f77ae49 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FORMATCHECK_CMD = ${FORMAT_CMD} --check install: - pip install --upgrade pip install .[dev] + pip install --upgrade pip .[dev] .PHONY: install format: