diff --git a/CHANGELOG.md b/CHANGELOG.md index a048b49..8d1c8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the Adanos Python SDK will be documented in this file. Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## [Unreleased] +## [2.6.0] - 2026-06-23 ### Added - Added `client.sentiment.analyze()` and `analyze_async()` for `POST /sentiment/v1/analyze`. diff --git a/src/adanos/__init__.py b/src/adanos/__init__.py index 65ad05d..bbea4ff 100644 --- a/src/adanos/__init__.py +++ b/src/adanos/__init__.py @@ -1,6 +1,6 @@ """Adanos Market Sentiment API — Python SDK.""" -__version__ = "2.5.0" +__version__ = "2.6.0" from ._wrapper import AdanosClient, StockSentimentClient