From e266c1c076f50cb53ac0d52f0eb6c59e3246777e Mon Sep 17 00:00:00 2001
From: igor <igor.markin@vereign.com>
Date: Tue, 24 Aug 2021 18:53:37 +0300
Subject: [PATCH] Bump version and update CHANGELOG.md

---
 CHANGELOG.md | 6 ++++++
 package.json | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2168c8c..1482ca0 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 c1dac11..0751219 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",
-- 
GitLab