Skip to content

Commit d5f425e

Browse files
committed
release: v1.9DOM.1
1 parent 50a3141 commit d5f425e

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

+10-2
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.9DOM.1"></a>
8+
## [v1.9DOM.1] - 2023-11-16
9+
### Changes
10+
- **pkg/pgsql:** handle odbc help
11+
- **pkg/server:** change permission automatically revokes existing ones
12+
13+
714
<a name="v1.9DOM.1-RC1"></a>
8-
## [v1.9DOM.1-RC1] - 2023-11-13
15+
## [v1.9DOM.1-RC1] - 2023-11-14
916
### Bug Fixes
1017
- lower databasename in OpenSession
1118
- **embedded/sql:** fix data-race when mapping keys
@@ -3814,7 +3821,8 @@ All notable changes to this project will be documented in this file. This projec
38143821
- **tree:** MTH reference impl
38153822

38163823

3817-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1-RC1...HEAD
3824+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1...HEAD
3825+
[v1.9DOM.1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1-RC1...v1.9DOM.1
38183826
[v1.9DOM.1-RC1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.0...v1.9DOM.1-RC1
38193827
[v1.9DOM.0]: https://github.com/vchain-us/immudb/compare/v1.9DOM...v1.9DOM.0
38203828
[v1.9DOM]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC2...v1.9DOM

Makefile

+1-1
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.9DOM.1-RC1
19+
VERSION=1.9DOM.1
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: immudb
33
description: The immutable database
44
type: application
5-
version: 1.9DOM.0
6-
appVersion: "1.9DOM.0"
5+
version: 1.9DOM.1
6+
appVersion: "1.9DOM.1"

0 commit comments

Comments
 (0)