From ce57d20a946c5a1ac5ec4b0be8c262f41527026d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20=C5=9Awi=C4=99cki?= Date: Mon, 23 May 2022 14:59:29 +0200 Subject: [PATCH] release: v1.3.0 --- CHANGELOG.md | 9 ++++++++- Makefile | 2 +- helm/Chart.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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"