Releasing version 2.0.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e188f0c..9f8271d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 2.0.1 (2022-04-05)

+

+A maintenance release with some bug fixes and improvements. There are no changes in the library API.

+

+- Fixed an assert failing when detailed JSON dump was made while a custom pool was present with specified string name (#36, thanks @rbertin-aso).

+- Fixed image height calculation in JSON dump visualization tool "GpuMemDumpVis.py" (#37, thanks @rbertin-aso).

+- Added JSON Schema for JSON dump format - see file "tools\GpuMemDumpVis\GpuMemDump.schema.json".

+- Added documentation section "Resource reference counting".

+

 # 2.0.0 (2022-03-25)

 

 So much has changed since the first release that it doesn’t make much sense to compare the differences. Here are the most important features that the library now provides:

diff --git a/bin/D3D12Sample_Release_vs2019.exe b/bin/D3D12Sample_Release_vs2019.exe
index a515894..b0efd15 100644
--- a/bin/D3D12Sample_Release_vs2019.exe
+++ b/bin/D3D12Sample_Release_vs2019.exe
Binary files differ
diff --git a/docs/html/index.html b/docs/html/index.html
index 6b7d5c8..5ab244a 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -65,7 +65,7 @@
   <div class="headertitle"><div class="title">D3D12 Memory Allocator </div></div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><p ><b>Version 2.0.1-development</b> (2022-03-29)</p>
+<div class="textblock"><p ><b>Version 2.0.1</b> (2022-04-05)</p>
 <p >Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. <br  />
 License: MIT</p>
 <p >Documentation of all members: <a class="el" href="_d3_d12_mem_alloc_8h.html">D3D12MemAlloc.h</a></p>
diff --git a/include/D3D12MemAlloc.h b/include/D3D12MemAlloc.h
index 582e79c..92e2e9f 100644
--- a/include/D3D12MemAlloc.h
+++ b/include/D3D12MemAlloc.h
@@ -24,7 +24,7 @@
 

 /** \mainpage D3D12 Memory Allocator

 

-<b>Version 2.0.1-development</b> (2022-03-29)

+<b>Version 2.0.1</b> (2022-04-05)

 

 Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. \n

 License: MIT