Updated CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7eacf38..3138430 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 3.3.0 (2025-??-??)
+
+Additions to the library API:
+
+- Added function `vmaImportVulkanFunctionsFromVolk`, useful for loading pointers to Vulkan functions with [volk library](https://github.com/zeux/volk).
+
+Other changes:
+
+- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE`, enabled by default.
+- Added documentation chapter "Frequenty asked questions".
+- Other fixes and improvements, including compatibility with various platforms and compilers.
+
 # 3.2.1 (2025-02-05)
 
 Changes:
diff --git a/docs/html/index.html b/docs/html/index.html
index 1b6e712..76e5b32 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -87,7 +87,7 @@
   <div class="headertitle"><div class="title">Vulkan Memory Allocator </div></div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><p><b>Version 3.2.1</b></p>
+<div class="textblock"><p><b>Version 3.3.0-development</b></p>
 <p>Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. <br  />
 License: MIT <br  />
 See also: <a href="https://gpuopen.com/gaming-product/vulkan-memory-allocator/">product page on GPUOpen</a>, <a href="https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator">repository on GitHub</a></p>
diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h
index fa1419f..b9c5d1c 100644
--- a/include/vk_mem_alloc.h
+++ b/include/vk_mem_alloc.h
@@ -25,7 +25,7 @@
 
 /** \mainpage Vulkan Memory Allocator
 
-<b>Version 3.2.1</b>
+<b>Version 3.3.0-development</b>
 
 Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. \n
 License: MIT \n