Skip to content

Commit e2c3e2a

Browse files
Release 1.0.2.
1 parent 318e55d commit e2c3e2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next version
3+
## Version 1.0.2
44
- Allow casts between `int4` and `int8`.
55
- Allow more metadata discovery queries.
66
- Allow more statement types.

META.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pg_diffix",
33
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
44
"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.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"maintainer": "Open Diffix <hello@open-diffix.org>",
77
"license": {
88
"restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md"
@@ -13,7 +13,7 @@
1313
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
1414
"file": "src/pg_diffix.c",
1515
"docfile": "docs/user_guide.md",
16-
"version": "1.0.1"
16+
"version": "1.0.2"
1717
}
1818
},
1919
"prereqs": {

0 commit comments

Comments
 (0)