From 25652b3d67c9f0fcc0136d9bcd617feddfc7cc00 Mon Sep 17 00:00:00 2001
From: Gonzalo Riestra <gonzalo.riestra@shopify.com>
Date: Wed, 19 Oct 2022 16:06:11 +0200
Subject: [PATCH] Packaging for release v2.29.0

---
 CHANGELOG.md               | 2 ++
 Gemfile.lock               | 2 +-
 lib/shopify_cli/version.rb | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e866cb6c..4616fb136 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
 
 ## [Unreleased]
 
+## Version 2.29.0 - 2022-10-19
+
 ### Added
 * [#2664](https://github.com/Shopify/shopify-cli/pull/2664): Enable Theme Kit Access passwords
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 57db75021..ca5068e0f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify-cli (2.28.0)
+    shopify-cli (2.29.0)
       bugsnag (~> 6.22)
       listen (~> 3.7.0)
       theme-check (~> 1.11.0)
diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb
index 04d06a8c6..1ebc31971 100644
--- a/lib/shopify_cli/version.rb
+++ b/lib/shopify_cli/version.rb
@@ -1,3 +1,3 @@
 module ShopifyCLI
-  VERSION = "2.28.0"
+  VERSION = "2.29.0"
 end