Skip to content

Commit

Permalink
Release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianberneanu committed Jul 15, 2022
1 parent 318e55d commit e2c3e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 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.0.1",
"version": "1.0.2",
"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.0.1"
"version": "1.0.2"
}
},
"prereqs": {
Expand Down

0 comments on commit e2c3e2a

Please sign in to comment.