diff --git a/CHANGELOG.md b/CHANGELOG.md index 2168c8cc6bd852c900ceed355bb8d977e3f77dbb..1482ca0dfeaaec3624f7169ae93128d9b49230d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.2] - 2021-08-24 + +### Added + +- Obtain microblock timestamp and provide it as transaction time via VerificationService + ## [2.0.1] - 2021-06-23 ### Changed diff --git a/package.json b/package.json index c1dac118f66a56050741ed887deec5b52e1fb75f..0751219b0ad89c1b61545f4cd8b48eef236552cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vereign/light-utils", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts",