Skip to content

Commit e9e4636

Browse files
Release 1.2.0.
1 parent 3fe5a8b commit e9e4636

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 1.2.0
2+
- Added support for joining tables in anonymizing queries.
3+
- Added support for Windows.
4+
- Added support for `date_trunc` and `extract(... from ...)`.
5+
16
## Version 1.1.0
27
- Added support for simple pre-anonymization `WHERE` clauses.
38
- Added `sum` and `avg` aggregrators.

META.json

Lines changed: 3 additions & 3 deletions
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.1.0",
5+
"version": "1.2.0",
66
"maintainer": "Open Diffix <[email protected]>",
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.1.0"
16+
"version": "1.2.0"
1717
}
1818
},
1919
"prereqs": {
@@ -48,4 +48,4 @@
4848
"version": "1.0.0",
4949
"url": "https://pgxn.org/meta/spec.txt"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)