Version 106 (#4533)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d2a59e..e9bb9cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,13 +15,22 @@
 Current Trunk
 -------------
 
+v106
+----
+
+- [wasm2js] Support exports of Globals (#4523)
+- MergeSimilarFunctions optimization pass (#4414)
+- Various wasm-ctor-eval improvements, including support for GC.
+
 v105
----
+----
+
 - This release contains binaries for ARM64 MacOS devices (#4397)
 - Otherwise, mostly bug fixes and incremental optimization improvements.
 
 v104
 ----
+
 - Bugfixes only, release created due to incorrect github release artifacts in
   v103 release (#4398).
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc51d75..97a90f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
 # to reduce this for compatability with emsdk.
 set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
 
-project(binaryen LANGUAGES C CXX VERSION 105)
+project(binaryen LANGUAGES C CXX VERSION 106)
 include(GNUInstallDirs)
 
 # The C++ standard whose features are required to build Binaryen.