Mcumgr relase 0.1.0

This is initial release.
diff --git a/README.md b/README.md
index 2738389..887f686 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # mcumgr
 
-This is mcumgr, version 0.0.1
+This is mcumgr, version 0.1.0
 
 mcumgr is a management library for 32-bit MCUs.   The goal of mcumgr is to
 define a common management infrastructure with pluggable transport and encoding
diff --git a/repository.yml b/repository.yml
index 908f4f2..43006fc 100644
--- a/repository.yml
+++ b/repository.yml
@@ -20,6 +20,8 @@
 repo.name: apache-mynewt-mcumgr
 repo.versions:
     "0.0.0": "master"
+    "0.1.0": "mcumgr_0_1_0_tag"
 
-    "0-latest": "0.0.0"
-    "0-dev": "0.0.0"
+
+    "0-dev": "0.0.0"       # master
+    "0-latest": "0.1.0"    # latest release