diff --git a/CHANGELOG.md b/CHANGELOG.md
index faa128b0d2cee3e7de6625ac553076bf43ee5d2e..e613b4d98e47f2858b0dcdd225b71b72ae1dc2b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # create-llama
 
+## 0.0.12
+
+### Patch Changes
+
+- 9c5e22a: Added cross-env so frontends with Express/FastAPI backends are working under Windows
+- 5ab65eb: Bring Python templates with TS templates to feature parity
+- 9c5e22a: Added vector DB selector to create-llama (starting with MongoDB support)
+
 ## 0.0.11
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 4666b5004436ff2f27fbf7b9f288e357e3ce1602..72e5d3362ffa2044a36270c29e5cd29285c0e620 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "create-llama",
-  "version": "0.0.11",
+  "version": "0.0.12",
   "keywords": [
     "rag",
     "llamaindex",