Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
Add release notes for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Oct 9, 2018
1 parent 00a4db3 commit 8e9d519
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions docs/release-notes.md
Expand Up @@ -10,18 +10,24 @@ You can determine your currently installed version using `pip freeze`:

$ pip freeze | grep mezzanine-api

## Version 0.7.1 (2018-10-10)

**Fixes**

* Add compatibility with Django v2

## Version 0.7.0 (2018-10-08)

This release brings a number of new features as well as adding compatibility for newer versions of dependencies and dropping support for older dependencies.

### What's New
**What's New**

* Add support for custom user models
* List child pages at page endpoint
* Support filtering pages by title
* Support filtering posts by multiple categories

### Fixes
**Fixes**

* Add compatibility for Mezzanine 4.3.x
* Add middleware compatibility for Django v1.11+
Expand All @@ -30,7 +36,7 @@ This release brings a number of new features as well as adding compatibility for
* Update test environment to reflect updated dependencies
* Fix deprecation warnings from Mezzanine and Django

### Other
**Other**

* Change license from BSD to MIT
* Drop support for older versions of dependencies
Expand Down
2 changes: 1 addition & 1 deletion mezzanine_api/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.7.0'
__version__ = '0.7.1'
default_app_config = 'mezzanine_api.apps.MezzanineAPIAppConfig'

0 comments on commit 8e9d519

Please sign in to comment.