From d5f425e46b4bfd0771274cb4c2ea77634421600c Mon Sep 17 00:00:00 2001 From: Jeronimo Irazabal Date: Thu, 16 Nov 2023 11:33:01 +0100 Subject: [PATCH] release: v1.9DOM.1 --- CHANGELOG.md | 12 ++++++++++-- Makefile | 2 +- helm/Chart.yaml | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3deea0fb48..71351c7c76 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.9DOM.1] - 2023-11-16 +### Changes +- **pkg/pgsql:** handle odbc help +- **pkg/server:** change permission automatically revokes existing ones + + -## [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 @@ -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 diff --git a/Makefile b/Makefile index e636dcf5c1..bd494d56bd 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c7f83d69fa..f7c9098cb4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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"