Added CHANGELOG.md. Introduced semantic versioning - current version is 1.0.0.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..dc98ff7
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+# 1.0.0 (2017-06-16)

+

+First public release.
\ No newline at end of file
diff --git a/README.md b/README.md
index ff73db3..90e5bab 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,5 @@
 **Documentation:** See [Vulkan Memory Allocator](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) (generated from Doxygen-style comments in [src/vk_mem_alloc.h](src/vk_mem_alloc.h)).
 
 **License:** MIT. See [LICENSE.txt](LICENSE.txt).
+
+**Changelog:**: See [CHANGELOG.md](CHANGELOG.md).
diff --git a/docs/html/index.html b/docs/html/index.html
index 143454b..e65d94c 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -62,7 +62,7 @@
 <div class="title">Vulkan Memory Allocator </div>  </div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><p>Version 1.0, 2017-05-10</p>
+<div class="textblock"><p>Version 1.0.0 (2017-06-16)</p>
 <p>Members grouped: see <a href="modules.html"><b>Modules</b></a>.</p>
 <p>All members: see <a class="el" href="vk__mem__alloc_8h.html">vk_mem_alloc.h</a>.</p>
 <h1><a class="anchor" id="problem"></a>
diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h
index 011006f..64503c7 100644
--- a/src/vk_mem_alloc.h
+++ b/src/vk_mem_alloc.h
@@ -25,7 +25,7 @@
 

 /** \mainpage Vulkan Memory Allocator

 

-Version 1.0, 2017-05-10

+Version 1.0.0 (2017-06-16)

 

 Members grouped: see <a href="modules.html"><b>Modules</b></a>.