diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f419ca..d3943c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -# 2.1.10-dev -- ... +# 2.2.0 +- Autogenerated views do not allow users to view them by a specific primary key argument, as the view might not have access to said arguments, now only GetAll is implemented. +- request body parameters now show up on silence console if the corresponding flag is true in settings.py +- wontfix for DB table capitalization, linux users beware. # 2.1.10 - Privacy improvements for logging and debug diff --git a/silence/__init__.py b/silence/__init__.py index 02119d1..8a124bf 100644 --- a/silence/__init__.py +++ b/silence/__init__.py @@ -1 +1 @@ -__version__ = "2.1.10-dev" +__version__ = "2.2.0"