diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd194e..1dbe8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Development -* [#27](https://github.com/rheinwerk-verlag/postgresql-anonymizer/pull/25): Better anonymisation #27 ([nurikk](https://github.com/nurikk)) -* [#25](https://github.com/rheinwerk-verlag/postgresql-anonymizer/pull/25): Remove column specification for `cursor.copy_from` call #25 ([nurikk](https://github.com/nurikk)) +## 0.6.0 (2021-07-13) + +* [#28](https://github.com/rheinwerk-verlag/postgresql-anonymizer/pull/25): Add json support ([nurikk](https://github.com/nurikk)) +* [#27](https://github.com/rheinwerk-verlag/postgresql-anonymizer/pull/25): Better anonymisation ([nurikk](https://github.com/nurikk)) +* [#25](https://github.com/rheinwerk-verlag/postgresql-anonymizer/pull/25): Remove column specification for `cursor.copy_from` call ([nurikk](https://github.com/nurikk)) ## 0.5.0 (2021-06-30) diff --git a/pganonymizer/version.py b/pganonymizer/version.py index 7568cb9..1ab444e 100644 --- a/pganonymizer/version.py +++ b/pganonymizer/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/pyproject.toml b/pyproject.toml index 51d1d78..ce1844f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postgresql-anonymizer" -version = "0.5.0" +version = "0.6.0" description = "Commandline tool to anonymize PostgreSQL databases" authors = [ "Henning Kage "