diff --git a/CHANGELOG.md b/CHANGELOG.md index e24f3a8..e0cfb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,10 @@ --> + +## 0.1.0 (2023-08-01) + +### Feature + +- Implement Follow Us Block [@ericof] [#1](https://github.com/plonegovbr/volto-network-block/issues/1) +- Implement a FooterLinks component providing a list of social network profiles. [@ericof] [#2](https://github.com/plonegovbr/volto-network-block/issues/2) diff --git a/news/1.feature b/news/1.feature deleted file mode 100644 index 4275260..0000000 --- a/news/1.feature +++ /dev/null @@ -1 +0,0 @@ -Implement Follow Us Block [@ericof] diff --git a/news/2.feature b/news/2.feature deleted file mode 100644 index 11f34f3..0000000 --- a/news/2.feature +++ /dev/null @@ -1 +0,0 @@ -Implement a FooterLinks component providing a list of social network profiles. [@ericof] diff --git a/package.json b/package.json index da95e92..8af773d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plonegovbr/volto-network-block", - "version": "0.0.0", + "version": "0.1.0", "description": "Volto Social Networks blocks and components", "main": "src/index.js", "repository": {