Skip to content

Commit

Permalink
Release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianberneanu committed Sep 26, 2023
1 parent 3fe5a8b commit e9e4636
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.2.0
- Added support for joining tables in anonymizing queries.
- Added support for Windows.
- Added support for `date_trunc` and `extract(... from ...)`.

## Version 1.1.0
- Added support for simple pre-anonymization `WHERE` clauses.
- Added `sum` and `avg` aggregrators.
Expand Down
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0",
"version": "1.2.0",
"maintainer": "Open Diffix <hello@open-diffix.org>",
"license": {
"restricted": "https://github.com/diffix/pg_diffix/blob/master/LICENSE.md"
Expand All @@ -13,7 +13,7 @@
"abstract": "A PostgreSQL extension for strong dynamic anonymization.",
"file": "src/pg_diffix.c",
"docfile": "docs/user_guide.md",
"version": "1.1.0"
"version": "1.2.0"
}
},
"prereqs": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}
}

0 comments on commit e9e4636

Please sign in to comment.