diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb1c691..6b46006 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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
+## [0.0.4] - 2023-08-01
 ### Added
  - `Index` API, which simplify making `select` and CRUD requsts on specific index.
 
diff --git a/Cargo.toml b/Cargo.toml
index 183b5e8..7f4b264 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "tarantool-rs"
 description = "Asyncronous tokio-based client for Tarantool"
-version = "0.0.3"
+version = "0.0.4"
 edition = "2021"
 authors = ["Andrey Kononov flowneee3@gmail.com"]
 license = "MIT"
@@ -49,5 +49,3 @@ name = "transactions"
 
 [[example]]
 name = "call"
-
-