-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreleases.json
32 lines (32 loc) · 1 KB
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"version": "1.0.6",
"date": "6/10/2020",
"release-notes": "<ul><li>Release containing updated module-rest, module-core, module-xml and module-rabbitmq.</li></ul>"
},
{
"version": "1.0.5",
"date": "16/9/2020",
"release-notes": "<ul><li>misc: logger should rely on root logger level rather than specifying for each package a logger level.</li><li>bugfix: startup script did not correctly include libs directory.</li></ul>"
},
{
"version": "1.0.4",
"date": "1/9/2020",
"release-notes": "<ul><li>bugfix: mime type parser did not correctly parse charset.</li></ul>"
},
{
"version": "1.0.2",
"date": "26/8/2020",
"release-notes": "<ul><li>OpenAPI Import tool bugfixes.</li></ul>"
},
{
"version": "1.0.1",
"date": "18/8/2020",
"release-notes": "<ul><li>Added OpenAPI import tool.</li></ul>"
},
{
"version": "1.0.0",
"date": "26/6/2020",
"release-notes": "<ul><li>First Reedelk runtime platform Community Edition release.</li></ul>"
}
]