From e06874016c05cd921c3c761c65b7c0fc858d14f1 Mon Sep 17 00:00:00 2001
From: igor <igor.markin@vereign.com>
Date: Tue, 15 Jun 2021 16:02:34 +0300
Subject: [PATCH] Bump version and add CHANGELOG.md

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4dfc667..5279ec6 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.0] - 2021-06-15
+
+### Removed
+
+- `SealService`
+
 ## [1.0.2] - 2021-06-07
 
 ### Added
diff --git a/package.json b/package.json
index 5f6ca8e..a4a729e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@vereign/light-utils",
-  "version": "1.0.1",
+  "version": "2.0.0",
   "license": "MIT",
   "main": "./dist/index.js",
   "types": "./dist/index.d.ts",
-- 
GitLab