Skip to content

Commit ce57d20

Browse files
author
Bartłomiej Święcki
committed
release: v1.3.0
1 parent 217b1a7 commit ce57d20

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.3.0"></a>
8+
## [v1.3.0] - 2022-05-23
9+
### Bug Fixes
10+
- **embedded/sql:** return invalid value when using aggregated col selector in temporal queries
11+
- **pkg/client:** enhance client-side validations in verified methods
12+
13+
714
<a name="v1.3.0-RC1"></a>
8-
## [v1.3.0-RC1] - 2022-05-19
15+
## [v1.3.0-RC1] - 2022-05-20
916
### Bug Fixes
1017
- **cmd/immuclient:** Do not crash on login prompt
1118
- **embedded/sql:** selector resolution using valuesRowReader

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.3.0-RC1
19+
VERSION=1.3.0
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.15
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: immudb
33
description: The immutable database
44
type: application
55
version: 1.0.0
6-
appVersion: "1.2.4"
6+
appVersion: "1.3.0"

0 commit comments

Comments
 (0)