Merge branch 'master' into ignite-spring-boot-1.0
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
new file mode 100644
index 0000000..7f25887
--- /dev/null
+++ b/DEVNOTES.txt
@@ -0,0 +1,7 @@
+Apache Ignite Extensions Maven Build Instructions
+================================================
+
+1) Compile and install:
+	
+	mvn clean install -Pall-java,all-scala,licenses -DskipTests
+
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
new file mode 100644
index 0000000..e691735
--- /dev/null
+++ b/RELEASE_NOTES.txt
@@ -0,0 +1,8 @@
+Apache Ignite Extensions Release Notes
+===========================
+
+Apache Ignite Spring Boot Modules 1.0
+-------------------------------------
+
+* Auto configure of Ignite node for spring-boot based applications implemented.
+* Auto configure of Ignite thin client for spring-boot based applications implemented.