diff --git a/CHANGELOG.md b/CHANGELOG.md index f3bd49f1..28f93b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## 1.2.0 - 2024-03-27 ### Added - The ability to connect to the Tarantool using an existing socket fd (#304). diff --git a/debian/changelog b/debian/changelog index c8d5153d..07127a11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python3-tarantool (1.2.0-0) unstable; urgency=medium + + ## Overview + + This release introduces socket fd connect support. + + ## Added + + - The ability to connect to the Tarantool using an existing socket fd (#304). + + -- Georgy Moiseev Wed, 27 Mar 2024 11:00:00 +0300 + python3-tarantool (1.1.2-0) unstable; urgency=medium ## Overview