From 35b2723a5dd26a9897edda6b351409cdfc683245 Mon Sep 17 00:00:00 2001 From: Nikita Khateev Date: Fri, 8 Feb 2019 18:40:53 +0300 Subject: [PATCH] Add changelogs Signed-off-by: Nikita Khateev --- CHANGELOG.md | 9 ++++++++- libindy/debian/changelog | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a35a3b3cc..337909c232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## 1.8.0 - 2018-1-31 +## 1.8.1 - 2019-02-08 + +* Bugfixes: + * Set default freshness threshold to u64::MAX -- if you need to change it, look at the `indy_set_runtime_config` call. + * Fixed a bug in freshness threshold calculation. + * Fixed a bug with libnullpay and VCX connected to logging initialization. + +## 1.8.0 - 2019-01-31 * Added function `indy_get_current_error` to get additional information for last error occurred in Libindy. * Updated Libindy wrappers for automatic getting error details: * Python - added `message` and `indy_backtrace` fields to `IndyError` object. diff --git a/libindy/debian/changelog b/libindy/debian/changelog index 56309fa616..8bff7d3afa 100644 --- a/libindy/debian/changelog +++ b/libindy/debian/changelog @@ -2,6 +2,9 @@ libindy (1.8.1) unstable; urgency=medium [ Hyperledger ] +* 1.8.1 + * Bugfixes + * 1.8.0 * Added function `indy_get_current_error` to get additional information for last error occurred in Libindy. * Implemented automatic filtering of outdated responses based on comparison of local time with latest transaction ordering time.