From 807d0252ff60aafd92e2a13f894b3f3338507b6a Mon Sep 17 00:00:00 2001
From: Matthias Kretschmann <m@kretschmann.io>
Date: Fri, 16 Oct 2020 12:49:47 +0200
Subject: [PATCH] Release 0.2.1

---
 CHANGELOG.md      | 9 +++++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19b1609..a6af5ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
 
 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
 
+#### [v0.2.1](https://github.com/oceanprotocol/react/compare/v0.2.0...v0.2.1)
+
+- Feature/new fetch [`#151`](https://github.com/oceanprotocol/react/pull/151)
+- switch to first pool [`81b190d`](https://github.com/oceanprotocol/react/commit/81b190dd9340af8818e78d017aba00c19af5a9b7)
+- bump ocean [`e912b9f`](https://github.com/oceanprotocol/react/commit/e912b9f2bd513a02eb1e68bafbc73db710715c7a)
+
 #### [v0.2.0](https://github.com/oceanprotocol/react/compare/v0.1.4...v0.2.0)
 
+> 13 October 2020
+
 - Bump release-it from 14.0.4 to 14.1.0 [`#143`](https://github.com/oceanprotocol/react/pull/143)
 - Bump eslint from 7.10.0 to 7.11.0 [`#142`](https://github.com/oceanprotocol/react/pull/142)
 - Bump eslint-plugin-react from 7.21.3 to 7.21.4 [`#141`](https://github.com/oceanprotocol/react/pull/141)
 - Bump @types/react from 16.9.51 to 16.9.52 [`#140`](https://github.com/oceanprotocol/react/pull/140)
 - metadataStore → metadataCache [`1674ce2`](https://github.com/oceanprotocol/react/commit/1674ce2acb744a7596d5ccbdfd8b7cf39f2d4fe4)
+- Release 0.2.0 [`80b1db5`](https://github.com/oceanprotocol/react/commit/80b1db51760fe11056de222c990f666c7931f39d)
 
 #### [v0.1.4](https://github.com/oceanprotocol/react/compare/v0.1.3...v0.1.4)
 
diff --git a/package-lock.json b/package-lock.json
index 4d6823a..006eb19 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "@oceanprotocol/react",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index f6ead11..0f136d0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@oceanprotocol/react",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "description": "React hooks & components on top of @oceanprotocol/lib",
   "main": "dist/index.js",
   "umd:main": "dist/index.umd.js",