diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e51c67..ac6f7a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Change Log ## Unreleased +## [5.0.2](https://github.com/jazzband/django-silk/tree/5.0.2) (2022-10-12) +:release-by: Albert Wang (@albertyw) +[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.1...5.0.2) + +**Fixes:** + + - Multipart forms and RawPostDataException (#592) + - Decrease unnecessary database hits (#587) (#588) + +**Features/Enhancements:** + + - Remove unneeded pytz package (#603) + - Use contextlib in test_profile_parser (#590) + - Add support for storages, that don't implement full filesystem path (#596) + + ## [5.0.1](https://github.com/jazzband/django-silk/tree/5.0.1) (2022-07-03) :release-by: Albert Wang (@albertyw) [Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.0...5.0.1) diff --git a/package.json b/package.json index 6d444d2b..6bbe878c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silk", - "version": "5.0.1", + "version": "5.0.2", "description": "https://github.com/jazzband/django-silk", "main": "index.js", "directories": {