Skip to content

Commit

Permalink
#123 , #74 v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluis-pdm committed Nov 10, 2022
1 parent 2e99ec9 commit 9c2f958
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "egovid@localhost",
"database": "egovid",
"username": "egovid",
"password": "egovid"
}
]
}
2 changes: 1 addition & 1 deletion apihub-root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h3><a id="participant-name">Participant</a> Workspace</h3>

<p><span style="font-weight: bold;">WARNING:</span> Unstable software and environments. Use at your own risk! Data persistence at risk of unexpected reset!</p>

<h2>v0.11.1 Release Notes 2022-11-15</h2>
<h2>v0.11.2 Release Notes 2022-11-15</h2>
<ul>
<li>Centralised BDNS (Blockchain Domain Naming Service) for distributed brick storage configuration <a href="https://github.com/PharmaLedger-IMI/fgt-workspace/issues/123">#123</a>.</li>
<li>Decentralized Brick Storage (Each participant's data is stored on their own servers);</li>
Expand Down
1 change: 0 additions & 1 deletion octopus-freeze.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,4 +1080,3 @@
}
]
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fgt-workspace",
"version": "0.11.1",
"version": "0.11.2",
"description": "",
"scripts": {
"dev-install": "node ./bin/mkDevEnv.js && npm install",
Expand Down

0 comments on commit 9c2f958

Please sign in to comment.