diff --git a/CHANGELOG.md b/CHANGELOG.md index 373a691b..e1d5d874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,19 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [1.3.0] - 2026-08-17 + +Adds support for maximum decimal precision on Tarantool 3.5+ and drops +Python 3.6. Also fixes ConnectionPool idle CPU usage and recovery after +a cluster restart. ### Changed - Drop Python 3.6 support (PR #327).