Skip to content

Commit a7650b8

Browse files
Merge pull request #371 from diffix/cristian/misc
Release v1.0.1
2 parents 2b2ead4 + 4dc1a85 commit a7650b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
body_path: CHANGELOG.md
2424
draft: true
25-
prerelease: true
25+
prerelease: false

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 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.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)