diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6d7f6..08cf8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # [Unreleased] + +# [0.33.0] +- [PR 170](https://github.com/salesforce/django-declarative-apis/pull/170) Update publish workflow +- [PR 173](https://github.com/salesforce/django-declarative-apis/pull/173) handle request.GET or request.POST being None + a few other improvements + +# [0.32.0] - [PR 156](https://github.com/salesforce/django-declarative-apis/pull/156) Update GitHub action versions - [PR 162](https://github.com/salesforce/django-declarative-apis/pull/162) Fix Makefile install target - [PR 164](https://github.com/salesforce/django-declarative-apis/pull/164) Custom Event Hooks Event Emission - [PR-165](https://github.com/ajaycj/django-declarative-apis/tree/fix-builds) ReadTheDocs build error +- [PR-168](https://github.com/salesforce/django-declarative-apis/pull/168) Don't log stack traces for client errors # [0.31.7] - [PR 148](https://github.com/salesforce/django-declarative-apis/pull/148) chore: upgrade django 4.2 LTS