diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0bec9..24dd176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/TimoBechtel/socketdb/compare/v3.1.0...v3.2.0) (2021-02-12) + + +### Features + +* **client:** allow setting metadata ([f35131b](https://github.com/TimoBechtel/socketdb/commit/f35131b2ee93fbfd881431a7f576bd61ff125e15)), closes [#7](https://github.com/TimoBechtel/socketdb/issues/7) + # [3.1.0](https://github.com/TimoBechtel/socketdb/compare/v3.0.0...v3.1.0) (2021-02-11) diff --git a/package.json b/package.json index 51421d8..9a9c0f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socketdb", - "version": "3.1.0", + "version": "3.2.0", "description": "Real-time synchronized data storage", "homepage": "https://timobechtel.github.io/socketdb/", "main": "dist/index.js",