diff --git a/changelog.md b/changelog.md index fa26e83..978186c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.0 (2019-02-17) +- ✨ Added support for min/max items +- ✨ Option to show a counter indicator + ## 2.0.0 (2018-01-10) Major new version, rewritten from scratch with accessibility improvements! diff --git a/package.json b/package.json index d7d143c..2e0d5bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "relationship", "description": "Sortable multiselect field for Kirby 2 CMS", "author": "Ola Christensson ", - "version": "2.0.0", + "version": "2.1.0", "type": "kirby-field", "license": "MIT", "repository": {