diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7dd694..2cbb59eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next version +## Version 1.0.2 - Allow casts between `int4` and `int8`. - Allow more metadata discovery queries. - Allow more statement types. diff --git a/META.json b/META.json index 1253c307..c8902b94 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pg_diffix", "abstract": "A PostgreSQL extension for strong dynamic anonymization.", "description": "Diffix is a bundled set of mechanisms for anonymizing structured data. Open Diffix is a project to make Diffix anonymization free and open. More details at open-diffix.org.", - "version": "1.0.1", + "version": "1.0.2", "maintainer": "Open Diffix ", "license": { "restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md" @@ -13,7 +13,7 @@ "abstract": "A PostgreSQL extension for strong dynamic anonymization.", "file": "src/pg_diffix.c", "docfile": "docs/user_guide.md", - "version": "1.0.1" + "version": "1.0.2" } }, "prereqs": {