diff --git a/CHANGELOG.md b/CHANGELOG.md index 2370011..365ac84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Development +## 0.8.0 (2022-03-15) + * [#39](https://github.com/rheinwerk-verlag/pganonymize/issues/39): Renamed project to "pganonymize" * [#38](https://github.com/rheinwerk-verlag/pganonymize/pull/38): Allow environment variables in schema definition ([nurikk](https://github.com/nurikk)) diff --git a/pganonymize/version.py b/pganonymize/version.py index 82dc6dc..0c6d7b8 100644 --- a/pganonymize/version.py +++ b/pganonymize/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.7.0' +__version__ = '0.8.0' diff --git a/pyproject.toml b/pyproject.toml index 838ebcb..9557349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pganonymize" -version = "0.7.0" +version = "0.8.0" description = "Commandline tool to anonymize PostgreSQL databases" authors = [ "Henning Kage "