Skip to content

Commit 77ff343

Browse files
Release v1.0.1
1 parent 2b2ead4 commit 77ff343

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.1
44
- Fixed some docs links.
55
- Fixed setup script version.
66

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.0",
5+
"version": "1.0.1",
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.0"
16+
"version": "1.0.1"
1717
}
1818
},
1919
"prereqs": {

0 commit comments

Comments
 (0)