Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Dec 13, 2017
1 parent d331a40 commit bb51ea9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,30 @@ Changelog
Here you can see the full list of changes between each PostgreSQL-Audit release.


0.9.2 (2017-12-13)
^^^^^^^^^^^^^^^^^^

- Added PostgreSQL 10 support


0.9.1 (2017-10-10)
^^^^^^^^^^^^^^^^^^

- Fix jsonb_subtract (jsonb - jsonb) support for arrays as values
- Fixed jsonb_subtract (jsonb - jsonb) support for arrays as values


0.9.0 (2017-09-06)
^^^^^^^^^^^^^^^^^^

- Add different PostgreSQL versions (9.4, 9.5 and 9.6) to test matrix
- Define activity old_data and changed_data defaults as empty JSONBs
- Make ``Activity.data`` use new 9.6 JSONB concat operator. On PostgreSQL 9.5 and 9.4 this still uses fallback function.
- Added different PostgreSQL versions (9.4, 9.5 and 9.6) to test matrix
- Defined activity old_data and changed_data defaults as empty JSONBs
- Made ``Activity.data`` use new 9.6 JSONB concat operator. On PostgreSQL 9.5 and 9.4 this still uses fallback function.


0.8.4 (2016-03-27)
^^^^^^^^^^^^^^^^^^

- Allow passing transaction_cls parameter to ``activity_base`` function (#23, pull request courtesy jmagnusson)
- Allowed passing transaction_cls parameter to ``activity_base`` function (#23, pull request courtesy jmagnusson)


0.8.3 (2016-08-20)
Expand Down
2 changes: 1 addition & 1 deletion postgresql_audit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
rename_table
)

__version__ = '0.9.1'
__version__ = '0.9.2'

0 comments on commit bb51ea9

Please sign in to comment.