diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72d949d9..f4655cf6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.16.1"} +{".":"1.16.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 147c1d8d..b0cf4952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.16.2](https://github.com/albert-labs/albert-python/compare/v1.16.1...v1.16.2) (2026-02-11) + + +### Bug Fixes + +* **attachments:** preserve spaces in upload filenames ([#367](https://github.com/albert-labs/albert-python/issues/367)) ([96b71c8](https://github.com/albert-labs/albert-python/commit/96b71c8df8f60f089c8861767e34b018bc73adfa)) + ## [1.16.1](https://github.com/albert-labs/albert-python/compare/v1.16.0...v1.16.1) (2026-02-09) diff --git a/src/albert/__init__.py b/src/albert/__init__.py index 849237c2..5f90800f 100644 --- a/src/albert/__init__.py +++ b/src/albert/__init__.py @@ -4,4 +4,4 @@ __all__ = ["Albert", "AlbertClientCredentials", "AlbertSSOClient"] -__version__ = "1.16.1" +__version__ = "1.16.2"