Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
- Squashed migrations in the `core` app. You must upgrade to this
version before upgrading further as the next release will not contain
the previous migrations
- Fixed a bug with Sentry SDK PII configuration not taking effect
- General code cleanup
- Updated library dependencies
- django-celery-beat (2.2.1 -> 2.3.0)
- Django (3.2.13 -> 4.0.5)

## Removed
- Removed Python 3.7 support because Django 4.x does not support it
  • Loading branch information
ericswpark committed Jun 11, 2022
1 parent 206a546 commit 56fc13e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]


# [2.2.0] - 2022-06-11

## Changed
- Squashed migrations in the `core` app. You must upgrade to this version before upgrading further as the next release will not contain the previous migrations
- Fixed a bug with Sentry SDK PII configuration not taking effect
- General code cleanup
- Updated library dependencies
- django-celery-beat (2.2.1 -> 2.3.0)
Expand All @@ -34,7 +38,8 @@ This release requires a manual migration. Please [read the documentation for mor
- celery (5.2.6 -> 5.2.7)


[Unreleased]: https://github.com/shipperstack/shipper/compare/2.1.0...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.2.0...HEAD
[2.2.0]: https://github.com/shipperstack/shipper/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/shipperstack/shipper/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/shipperstack/shipper/compare/1.16.3...2.0.0

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.1.0
2.2.0
1.7.0

0 comments on commit 56fc13e

Please sign in to comment.