Fluo 1.2.0 documentation and API updates (#132)

diff --git a/_config.yml b/_config.yml
index 2fbd9e8..3747922 100644
--- a/_config.yml
+++ b/_config.yml
@@ -80,6 +80,7 @@
 
 # Fluo specific settings
 latest_fluo_release: "1.2.0"
+latest_fluo_minor: "1.2"
 latest_recipes_release: "1.1.0-incubating"
 
 # Sets links to external API
diff --git a/_layouts/default.html b/_layouts/default.html
index dcd034c..6401b5c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -37,7 +37,7 @@
             <li class="dropdown">
               <a class="dropdown-toggle" data-toggle="dropdown" href="#">Docs<span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_release }}/">Fluo</a></li>
+                <li><a href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_minor }}/">Fluo</a></li>
                 <li><a href="{{ site.baseurl }}/docs/fluo-recipes/{{ site.latest_recipes_release }}/">Fluo Recipes</a></li>
               </ul>
             </li>
diff --git a/_layouts/fluo-1.2.html b/_layouts/fluo-1.2.html
index 1eaf114..ff39d6f 100644
--- a/_layouts/fluo-1.2.html
+++ b/_layouts/fluo-1.2.html
@@ -37,7 +37,7 @@
     <p>Fluo {{ page.version }} documentation &nbsp;&gt;&gt;&nbsp; {{ page.category | capitalize | replace: "-", " " }} &nbsp;&gt;&gt;&nbsp; {{ page.title }}</p>
     {% endif %}
 
-    <div class="alert alert-warning" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Apache Fluo! <a href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_release }}/">View documentation for the latest release</a>.</div>
+    <!--div class="alert alert-warning" style="margin-bottom: 0px;" role="alert">This documentation is for a future release of Apache Fluo! <a href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_minor }}/">View documentation for the latest release</a>.</div>-->
 
     {% unless page.nodoctitle %}
     <div class="row">
diff --git a/docs/index.md b/docs/index.md
index 9e718e5..2a239e3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,6 +10,7 @@
 
 ### Apache Fluo documentation
 
+* [1.2][fluo-1.2] - February 26, 2018
 * [1.1.0-incubating][fluo-1.1] - June 12, 2017
 * [1.0.0-incubating][fluo-1.0] - October 14, 2016
 
@@ -22,6 +23,7 @@
 
 [Apache Fluo]: https://github.com/apache/fluo
 [Apache Fluo Recipes]: https://github.com/apache/fluo-recipes
+[fluo-1.2]: /docs/fluo/1.2/
 [fluo-1.1]: /docs/fluo/1.1.0-incubating/
 [fluo-1.0]: /docs/fluo/1.0.0-incubating/
 [recipes-1.1]: /docs/fluo-recipes/1.1.0-incubating/
diff --git a/pages/api.md b/pages/api.md
index a777dda..60db9a1 100644
--- a/pages/api.md
+++ b/pages/api.md
@@ -12,6 +12,7 @@
 
 #### Apache Fluo API
 
+* <a href="{{ site.fluo_api_base }}/1.2.0/" target="_blank">1.2.0</a> - Februrary 26, 2018
 * <a href="{{ site.fluo_api_base }}/1.1.0-incubating/" target="_blank">1.1.0-incubating</a> - June 12, 2017
 * <a href="{{ site.fluo_api_base }}/1.0.0-incubating/" target="_blank">1.0.0-incubating</a> - October 14, 2016