Commit Graph

2 Commits

Author SHA1 Message Date
Kamil Bożek
9a2317cbdb
API version service [KVL-541] (#7792)
This change exposes a new endpoint with information about the ledger API version.
The current approach is to read contents of ledger-api/VERSION and provide it as it is to the user.

CHANGELOG_BEGIN
- ledger API version endpoint
CHANGELOG_END
2020-10-27 17:47:44 +01:00
Marton Nagy
552d9ce2d1
Adds VERSION file to ledger-api (#7499)
In order to introduce versioning of the ledger api we
first add a central container of the version for tracking
purposes.

CHANGELOG_BEGIN
CHANGELOG_END
2020-09-28 12:50:11 +00:00