diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e769e4fc3..364f9ede19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]
+
+## [v1.3.0] - 2022-05-23
+### Bug Fixes
+- **embedded/sql:** return invalid value when using aggregated col selector in temporal queries
+- **pkg/client:** enhance client-side validations in verified methods
+
+
-## [v1.3.0-RC1] - 2022-05-19
+## [v1.3.0-RC1] - 2022-05-20
### Bug Fixes
- **cmd/immuclient:** Do not crash on login prompt
- **embedded/sql:** selector resolution using valuesRowReader
diff --git a/Makefile b/Makefile
index 7af3ce9a2f..64d998e625 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ export GO111MODULE=on
SHELL=/bin/bash -o pipefail
-VERSION=1.3.0-RC1
+VERSION=1.3.0
DEFAULT_WEBCONSOLE_VERSION=1.0.15
SERVICES=immudb immuadmin immuclient
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index f03a9c62f1..65e5405c53 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -3,4 +3,4 @@ name: immudb
description: The immutable database
type: application
version: 1.0.0
-appVersion: "1.2.4"
+appVersion: "1.3.0"