Skip to content

Commit c207e3e

Browse files
chore: prepare release v3.10.1 (#162)
Co-authored-by: Roo Code <roomote@roocode.com>
1 parent f8dbcee commit c207e3e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [x.x.x] - unreleased
8+
9+
## [3.10.1] - 2026-03-31
810
### Fixed
911
- Fixed WORKSPACES endpoint constant in SheetResourcesImpl to use lowercase "workspaces" instead of uppercase "WORKSPACES", resolving 404 errors when creating sheets in workspaces
1012

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plugins {
3737
// The group name. This dictates the prefix our dependency will have once it's published.
3838
group = 'com.smartsheet'
3939
// The version. This will be added to the end of the Jar and all other resources that are created during the build.
40-
version = '3.10.0'
40+
version = '3.10.1'
4141
// The Java version:
4242
sourceCompatibility = '11'
4343

0 commit comments

Comments
 (0)