From 4b9cad436fd8fb07c392d1d29c83f32bcc6c643f Mon Sep 17 00:00:00 2001 From: gangov Date: Thu, 29 Jan 2026 14:51:42 +0200 Subject: [PATCH] updates changelog.md to prepare for a release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c814494..74b8c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [x.x.x] - Unreleased +## [3.7.2] - 2026-01-29 + ### Added - Add `Cells` class to `Smartsheet` class for IDE autocomplete support. Now auto-complete like `smart.Cells.get_cell_history()` and `smart.Cells.add_image_to_cell()` will work.