Skip to content

Commit 76173bf

Browse files
committed
chainlp release 0.0.9
1 parent cbdfa52 commit 76173bf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChainLPSupportMatrix.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
| ChainTest Client | ChainLP |
44
| ----------------- | ------------- |
5-
| 1.0.10+ | 0.0.8 |
5+
| 1.0.11 | 0.0.9 |
6+
| 1.0.10 | 0.0.8 |
67
| 1.0.7 - 1.0.9 | 0.0.7 |

ChangelogChainLP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.9
2+
3+
* [#66](../../issues/66) ChainLP: Storage support: DB
4+
* [#69](../../issues/69) ChainLP: Cache control
5+
16
# 0.0.8
27

38
* [#46](../../issues/46) org.h2.jdbc.JdbcSQLDataException for SystemInfo and Log

chainlp/frontend/chainlp/src/app/pages/settings/settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SettingsComponent implements OnInit, OnDestroy {
2020

2121
error: any;
2222
active: number = 1;
23-
version: string = '0.0.8';
23+
version: string = '0.0.9';
2424
isCacheCleared: boolean = false;
2525
areCachesCleared: boolean = false;
2626

0 commit comments

Comments
 (0)