diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc7c5de..127b587 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the "semantic-ui-snippets" extension will be documented in this file.
+## [2.0.2]
+- Added multiple select of countries.
+
## [2.0.1]
- Added some buttons and card elements.
diff --git a/README.md b/README.md
index 2d4fb8e..ba2b27f 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,15 @@ ext install Licio.semantic-ui-snippets
|`ui-clearing` | `div` with class `ui clearing divider`|
|`ui-modal` | `div` with class `ui modal`|
|`ui-card` | `div` with class `ui card`|
+| **Forms** | |
+|`mult-countries` | multiple select of countries include several choices with one form field|
## Release Notes
Starter template for Semantic-UI snippets.
-### 2.0.1
-Added some buttons and card elements.
+### 2.0.2
+Added multiple select of countries
diff --git a/package.json b/package.json
index 2e288e8..96a0e93 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "semantic-ui-snippets",
"displayName": "semantic-ui snippets",
"description": "Semantic-UI snippet generator",
- "version": "2.0.1",
+ "version": "2.0.2",
"publisher": "Licio",
"repository": {
"type": "git",
diff --git a/snippets/snippets.json b/snippets/snippets.json
index e2c7209..10a42c4 100644
--- a/snippets/snippets.json
+++ b/snippets/snippets.json
@@ -174,5 +174,268 @@
""
],
"description":"ui icon button"
+ },
+ "multiple select countries":{
+ "prefix":"mult-countries",
+ "body":[
+ "
",
+ "
",
+ " ",
+ "",
+ "
",
+ "
"
+ ],
+ "description":"multiple select of countries include several choices with one form field"
}
}
\ No newline at end of file