diff --git a/CHANGELOG.md b/CHANGELOG.md index eea89ba..abf9a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ +## 0.2.0 (2023-08-04) + +### Feature + +- Add Flickr and Soundcloud icons [@ericof] [#4](https://github.com/plonegovbr/volto-network-block/issues/4) +- Update pt_BR translation [@ericof] [#5](https://github.com/plonegovbr/volto-network-block/issues/5) + + ## 0.1.1 (2023-08-01) ### Bugfix diff --git a/news/4.feature b/news/4.feature deleted file mode 100644 index 080a940..0000000 --- a/news/4.feature +++ /dev/null @@ -1 +0,0 @@ -Add Flickr and Soundcloud icons [@ericof] diff --git a/news/5.feature b/news/5.feature deleted file mode 100644 index a391389..0000000 --- a/news/5.feature +++ /dev/null @@ -1 +0,0 @@ -Update pt_BR translation [@ericof] diff --git a/package.json b/package.json index e4ef6fa..9aabf6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plonegovbr/volto-network-block", - "version": "0.1.1", + "version": "0.2.0", "description": "Volto Social Networks blocks and components", "main": "src/index.js", "repository": {