File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export GO111MODULE=on
1616
1717SHELL =/bin/bash -o pipefail
1818
19- VERSION =1.3.0-RC1
19+ VERSION =1.3.0
2020DEFAULT_WEBCONSOLE_VERSION =1.0.15
2121SERVICES =immudb immuadmin immuclient
2222TARGETS =linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: immudb
33description : The immutable database
44type : application
55version : 1.0.0
6- appVersion : " 1.2.4 "
6+ appVersion : " 1.3.0 "
You can’t perform that action at this time.
0 commit comments