Skip to content

Commit

Permalink
release: v1.9DOM.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroiraz committed Nov 16, 2023
1 parent 50a3141 commit d5f425e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. This projec
## [Unreleased]


<a name="v1.9DOM.1"></a>
## [v1.9DOM.1] - 2023-11-16
### Changes
- **pkg/pgsql:** handle odbc help
- **pkg/server:** change permission automatically revokes existing ones


<a name="v1.9DOM.1-RC1"></a>
## [v1.9DOM.1-RC1] - 2023-11-13
## [v1.9DOM.1-RC1] - 2023-11-14
### Bug Fixes
- lower databasename in OpenSession
- **embedded/sql:** fix data-race when mapping keys
Expand Down Expand Up @@ -3814,7 +3821,8 @@ All notable changes to this project will be documented in this file. This projec
- **tree:** MTH reference impl


[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1-RC1...HEAD
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1...HEAD
[v1.9DOM.1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.1-RC1...v1.9DOM.1
[v1.9DOM.1-RC1]: https://github.com/vchain-us/immudb/compare/v1.9DOM.0...v1.9DOM.1-RC1
[v1.9DOM.0]: https://github.com/vchain-us/immudb/compare/v1.9DOM...v1.9DOM.0
[v1.9DOM]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC2...v1.9DOM
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export GO111MODULE=on

SHELL=/bin/bash -o pipefail

VERSION=1.9DOM.1-RC1
VERSION=1.9DOM.1
DEFAULT_WEBCONSOLE_VERSION=1.0.18
SERVICES=immudb immuadmin immuclient
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: immudb
description: The immutable database
type: application
version: 1.9DOM.0
appVersion: "1.9DOM.0"
version: 1.9DOM.1
appVersion: "1.9DOM.1"

0 comments on commit d5f425e

Please sign in to comment.