Skip to content

Commit

Permalink
Bump patch version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Oct 27, 2022
1 parent eaff32a commit 73f8d1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Expand Up @@ -23,14 +23,26 @@ Fixes:

## Current

**3.2.1**

Pulls:
- https://github.com/django-ses/django-ses/pull/263

Fixes:
- Support newer versions of cryptography (loosen required version)
Fixes #262.

## Past

**3.2.0**

Pulls:
- https://github.com/django-ses/django-ses/pull/259

Fixes:
- Use eventType and fall back to notificationType consistently for SES events.
Fixes #174.

## Past

**3.1.2**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-ses"
version = "3.2.0"
version = "3.2.1"
description = "A Django email backend for Amazon's Simple Email Service"
authors = [
"Harry Marr <harry@hmarr.com>",
Expand Down

0 comments on commit 73f8d1e

Please sign in to comment.